ripple

package
v0.65.64 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Rounding_RoundingMethod_name = map[int32]string{
		0: "ROUND",
		1: "ROUNDUP",
		2: "ROUNDDOWN",
	}
	Rounding_RoundingMethod_value = map[string]int32{
		"ROUND":     0,
		"ROUNDUP":   1,
		"ROUNDDOWN": 2,
	}
)

Enum value maps for Rounding_RoundingMethod.

View Source
var File_api_ripple_customfield_proto protoreflect.FileDescriptor
View Source
var File_api_ripple_duedate_proto protoreflect.FileDescriptor
View Source
var File_api_ripple_exchangerate_proto protoreflect.FileDescriptor
View Source
var File_api_ripple_invoicelayout_proto protoreflect.FileDescriptor
View Source
var File_api_ripple_org_proto protoreflect.FileDescriptor
View Source
var File_api_ripple_payer_proto protoreflect.FileDescriptor
View Source
var File_api_ripple_reseller_proto protoreflect.FileDescriptor
View Source
var File_api_ripple_rounding_proto protoreflect.FileDescriptor
View Source
var File_api_ripple_yearmonth_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AccountInvoiceLayout added in v0.65.43

type AccountInvoiceLayout struct {

	// The marketplace is name of marketplace usage.
	// ex)ACCT_AWS_MARKETPLACE: "Marketplace利用料金"
	Marketplace string `protobuf:"bytes,1,opt,name=marketplace,proto3" json:"marketplace,omitempty"`
	// The marketplace is name of marketplace fee usage.
	// ex)ACCT_AWS_MARKETPLACE_FEES: "Marketplace 一時金 ご利用金額"
	MarketplaceFee string `protobuf:"bytes,2,opt,name=marketplaceFee,proto3" json:"marketplaceFee,omitempty"`
	// The supportFee is name of support fee usage.
	// ex)ACCT_AWS_SUPPORT_BUSINESS: "AWS保守サービス利用料金"
	SupportFee string `protobuf:"bytes,3,opt,name=supportFee,proto3" json:"supportFee,omitempty"`
	// The accountUsage is name of account total usage.
	// ex)ACCT_AWS_USAGE: "利用料合計"
	AccountUsage string `protobuf:"bytes,4,opt,name=accountUsage,proto3" json:"accountUsage,omitempty"`
	// The accountUsageOnly is name of account usage(Only related to vendor).
	// ex)ACCT_AWS_USAGEONLY: "AWS利用料(MarketPlace利用料除く)"
	AccountUsageOnly string `protobuf:"bytes,5,opt,name=accountUsageOnly,proto3" json:"accountUsageOnly,omitempty"`
	// contains filtered or unexported fields
}

WORK-IN-PROGRESS: accountInvoiceLayout resource definition.

func (*AccountInvoiceLayout) Descriptor deprecated added in v0.65.43

func (*AccountInvoiceLayout) Descriptor() ([]byte, []int)

Deprecated: Use AccountInvoiceLayout.ProtoReflect.Descriptor instead.

func (*AccountInvoiceLayout) GetAccountUsage added in v0.65.43

func (x *AccountInvoiceLayout) GetAccountUsage() string

func (*AccountInvoiceLayout) GetAccountUsageOnly added in v0.65.43

func (x *AccountInvoiceLayout) GetAccountUsageOnly() string

func (*AccountInvoiceLayout) GetMarketplace added in v0.65.43

func (x *AccountInvoiceLayout) GetMarketplace() string

func (*AccountInvoiceLayout) GetMarketplaceFee added in v0.65.43

func (x *AccountInvoiceLayout) GetMarketplaceFee() string

func (*AccountInvoiceLayout) GetSupportFee added in v0.65.43

func (x *AccountInvoiceLayout) GetSupportFee() string

func (*AccountInvoiceLayout) ProtoMessage added in v0.65.43

func (*AccountInvoiceLayout) ProtoMessage()

func (*AccountInvoiceLayout) ProtoReflect added in v0.65.43

func (x *AccountInvoiceLayout) ProtoReflect() protoreflect.Message

func (*AccountInvoiceLayout) Reset added in v0.65.43

func (x *AccountInvoiceLayout) Reset()

func (*AccountInvoiceLayout) String added in v0.65.43

func (x *AccountInvoiceLayout) String() string

type BodyInvoiceLayout added in v0.65.42

type BodyInvoiceLayout struct {

	// The hideSpecificTotalLines is name of hide specific total lines.
	// ex)BODY_HIDE_SPECIFIC_TOTAL_LINES: ["removeThisTextToApply _AWS_SUPPORT_BUSINESS"]
	HideSpecificTotalLines []string `protobuf:"bytes,1,rep,name=hideSpecificTotalLines,proto3" json:"hideSpecificTotalLines,omitempty"`
	// The serviceDiscountDetail is setting for service discount detail.
	// ex)BODY_SERVICE_DISCOUNT_DETAIL: true
	ServiceDiscountDetail bool `protobuf:"varint,2,opt,name=serviceDiscountDetail,proto3" json:"serviceDiscountDetail,omitempty"`
	// The usageDiscount is setting for usage discount.
	// ex)BODY_USAGE_DISCOUNT: true
	UsageDiscount bool `protobuf:"varint,3,opt,name=usageDiscount,proto3" json:"usageDiscount,omitempty"`
	// The hideMarketplace is setting for hide marketplace.
	// ex)BODY_HIDE_MARKETPLACE: true
	HideMarketplace bool `protobuf:"varint,4,opt,name=hideMarketplace,proto3" json:"hideMarketplace,omitempty"`
	// contains filtered or unexported fields
}

WORK-IN-PROGRESS: bodyInvoiceLayout resource definition.

func (*BodyInvoiceLayout) Descriptor deprecated added in v0.65.42

func (*BodyInvoiceLayout) Descriptor() ([]byte, []int)

Deprecated: Use BodyInvoiceLayout.ProtoReflect.Descriptor instead.

func (*BodyInvoiceLayout) GetHideMarketplace added in v0.65.45

func (x *BodyInvoiceLayout) GetHideMarketplace() bool

func (*BodyInvoiceLayout) GetHideSpecificTotalLines added in v0.65.42

func (x *BodyInvoiceLayout) GetHideSpecificTotalLines() []string

func (*BodyInvoiceLayout) GetServiceDiscountDetail added in v0.65.42

func (x *BodyInvoiceLayout) GetServiceDiscountDetail() bool

func (*BodyInvoiceLayout) GetUsageDiscount added in v0.65.42

func (x *BodyInvoiceLayout) GetUsageDiscount() bool

func (*BodyInvoiceLayout) ProtoMessage added in v0.65.42

func (*BodyInvoiceLayout) ProtoMessage()

func (*BodyInvoiceLayout) ProtoReflect added in v0.65.42

func (x *BodyInvoiceLayout) ProtoReflect() protoreflect.Message

func (*BodyInvoiceLayout) Reset added in v0.65.42

func (x *BodyInvoiceLayout) Reset()

func (*BodyInvoiceLayout) String added in v0.65.42

func (x *BodyInvoiceLayout) String() string

type CustomField added in v0.65.61

type CustomField struct {

	// The id. Custom field's unique id.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The key. Custom field's key.
	Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// The description. Key description.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

CustomField resource definition.

func (*CustomField) Descriptor deprecated added in v0.65.61

func (*CustomField) Descriptor() ([]byte, []int)

Deprecated: Use CustomField.ProtoReflect.Descriptor instead.

func (*CustomField) GetDescription added in v0.65.61

func (x *CustomField) GetDescription() string

func (*CustomField) GetId added in v0.65.61

func (x *CustomField) GetId() string

func (*CustomField) GetKey added in v0.65.61

func (x *CustomField) GetKey() string

func (*CustomField) ProtoMessage added in v0.65.61

func (*CustomField) ProtoMessage()

func (*CustomField) ProtoReflect added in v0.65.61

func (x *CustomField) ProtoReflect() protoreflect.Message

func (*CustomField) Reset added in v0.65.61

func (x *CustomField) Reset()

func (*CustomField) String added in v0.65.61

func (x *CustomField) String() string

type DueDate added in v0.65.42

type DueDate struct {

	// Due date set on the invoice
	// Refer to the following for available values
	// beginning_of_month: The beginning date of the month is automatically set.
	// end_of_month: The end date of the month is automatically set.
	// custom: Date can be specified.
	DueDateDay string `protobuf:"bytes,1,opt,name=dueDateDay,proto3" json:"dueDateDay,omitempty"`
	// Due month set on the invoice
	// Refer to the following for available values
	// this_month: This month is automatically set.
	// next_month: Next month is automatically set.
	// month_after_next: Month after next is automatically set.
	DueDateMonth string `protobuf:"bytes,2,opt,name=dueDateMonth,proto3" json:"dueDateMonth,omitempty"`
	// Customized due date set on the invoice
	// Range 1 ~ 31
	DueDateCustomDay int32 `protobuf:"varint,3,opt,name=dueDateCustomDay,proto3" json:"dueDateCustomDay,omitempty"`
	// contains filtered or unexported fields
}

DueDate resource definition.

func (*DueDate) Descriptor deprecated added in v0.65.42

func (*DueDate) Descriptor() ([]byte, []int)

Deprecated: Use DueDate.ProtoReflect.Descriptor instead.

func (*DueDate) GetDueDateCustomDay added in v0.65.42

func (x *DueDate) GetDueDateCustomDay() int32

func (*DueDate) GetDueDateDay added in v0.65.42

func (x *DueDate) GetDueDateDay() string

func (*DueDate) GetDueDateMonth added in v0.65.42

func (x *DueDate) GetDueDateMonth() string

func (*DueDate) ProtoMessage added in v0.65.42

func (*DueDate) ProtoMessage()

func (*DueDate) ProtoReflect added in v0.65.42

func (x *DueDate) ProtoReflect() protoreflect.Message

func (*DueDate) Reset added in v0.65.42

func (x *DueDate) Reset()

func (*DueDate) String added in v0.65.42

func (x *DueDate) String() string

type ExchangeRate added in v0.65.35

type ExchangeRate struct {

	// The currency code.
	Currency string `protobuf:"bytes,1,opt,name=currency,proto3" json:"currency,omitempty"`
	// The rate.
	Rate float64 `protobuf:"fixed64,2,opt,name=rate,proto3" json:"rate,omitempty"`
	// contains filtered or unexported fields
}

ExchangeRate resource definition.

func (*ExchangeRate) Descriptor deprecated added in v0.65.35

func (*ExchangeRate) Descriptor() ([]byte, []int)

Deprecated: Use ExchangeRate.ProtoReflect.Descriptor instead.

func (*ExchangeRate) GetCurrency added in v0.65.35

func (x *ExchangeRate) GetCurrency() string

func (*ExchangeRate) GetRate added in v0.65.35

func (x *ExchangeRate) GetRate() float64

func (*ExchangeRate) ProtoMessage added in v0.65.35

func (*ExchangeRate) ProtoMessage()

func (*ExchangeRate) ProtoReflect added in v0.65.35

func (x *ExchangeRate) ProtoReflect() protoreflect.Message

func (*ExchangeRate) Reset added in v0.65.35

func (x *ExchangeRate) Reset()

func (*ExchangeRate) String added in v0.65.35

func (x *ExchangeRate) String() string

type FooterInvoiceLayout added in v0.65.42

type FooterInvoiceLayout struct {

	// The attention is name of attention.
	// ex)FT_ATTENTION: null
	Attention string `protobuf:"bytes,1,opt,name=attention,proto3" json:"attention,omitempty"`
	// The invoiceBank is setting for invoice bank.
	// ex)FT_INVOICE_BANK: true
	InvoiceBank bool `protobuf:"varint,2,opt,name=invoiceBank,proto3" json:"invoiceBank,omitempty"`
	// The invoiceBankContent is information of invoice bank content.
	// ex)FT_INVOICE_BANK_CONTENT: "振込手数料はご負担ください。"
	InvoiceBankContent string `protobuf:"bytes,3,opt,name=invoiceBankContent,proto3" json:"invoiceBankContent,omitempty"`
	// The invoiceMemo is setting for invoice memo.
	// ex)FT_INVOICE_MEMO: true
	InvoiceMemo bool `protobuf:"varint,4,opt,name=invoiceMemo,proto3" json:"invoiceMemo,omitempty"`
	// The invoiceRemarks is setting for invoice remarks.
	// ex)FT_INVOICE_REMARKS: true
	InvoiceRemarks bool `protobuf:"varint,5,opt,name=invoiceRemarks,proto3" json:"invoiceRemarks,omitempty"`
	// The invoiceDiscountZero is setting for invoice discount.
	// ex)FT_INVOICE_DISCOUNT_ZERO: true
	InvoiceDiscountZero bool `protobuf:"varint,6,opt,name=invoiceDiscountZero,proto3" json:"invoiceDiscountZero,omitempty"`
	// contains filtered or unexported fields
}

WORK-IN-PROGRESS: footerInvoiceLayout resource definition.

func (*FooterInvoiceLayout) Descriptor deprecated added in v0.65.42

func (*FooterInvoiceLayout) Descriptor() ([]byte, []int)

Deprecated: Use FooterInvoiceLayout.ProtoReflect.Descriptor instead.

func (*FooterInvoiceLayout) GetAttention added in v0.65.42

func (x *FooterInvoiceLayout) GetAttention() string

func (*FooterInvoiceLayout) GetInvoiceBank added in v0.65.42

func (x *FooterInvoiceLayout) GetInvoiceBank() bool

func (*FooterInvoiceLayout) GetInvoiceBankContent added in v0.65.42

func (x *FooterInvoiceLayout) GetInvoiceBankContent() string

func (*FooterInvoiceLayout) GetInvoiceDiscountZero added in v0.65.45

func (x *FooterInvoiceLayout) GetInvoiceDiscountZero() bool

func (*FooterInvoiceLayout) GetInvoiceMemo added in v0.65.42

func (x *FooterInvoiceLayout) GetInvoiceMemo() bool

func (*FooterInvoiceLayout) GetInvoiceRemarks added in v0.65.42

func (x *FooterInvoiceLayout) GetInvoiceRemarks() bool

func (*FooterInvoiceLayout) ProtoMessage added in v0.65.42

func (*FooterInvoiceLayout) ProtoMessage()

func (*FooterInvoiceLayout) ProtoReflect added in v0.65.42

func (x *FooterInvoiceLayout) ProtoReflect() protoreflect.Message

func (*FooterInvoiceLayout) Reset added in v0.65.42

func (x *FooterInvoiceLayout) Reset()

func (*FooterInvoiceLayout) String added in v0.65.42

func (x *FooterInvoiceLayout) String() string

type HeaderInvoiceLayout added in v0.65.42

type HeaderInvoiceLayout struct {

	// The billingAddress is information of billing address.
	// ex)HEAD_BILLINGADDRESS: billing"
	BillingAddress string `protobuf:"bytes,1,opt,name=billingAddress,proto3" json:"billingAddress,omitempty"`
	// The billingGroupName is setting for billing group name.
	// ex)HEAD_BILLINGGROUPNAME: true
	BillingGroupName bool `protobuf:"varint,2,opt,name=billingGroupName,proto3" json:"billingGroupName,omitempty"`
	// The billingGroupStaff is setting for billing froup staff.
	// ex)HEAD_BILLINGGROUPSTAFF: true
	BillingGroupStaff bool `protobuf:"varint,3,opt,name=billingGroupStaff,proto3" json:"billingGroupStaff,omitempty"`
	// The companyAddress is setting for company address.
	// ex)HEAD_COMPANY_ADDRESS: true
	CompanyAddress bool `protobuf:"varint,4,opt,name=companyAddress,proto3" json:"companyAddress,omitempty"`
	// The companyName is setting for company name.
	// ex)HEAD_COMPANY_NAME: true
	CompanyName bool `protobuf:"varint,5,opt,name=companyName,proto3" json:"companyName,omitempty"`
	// The invoiceDate is setting for invoice date.
	// ex)HEAD_INVOICE_DATE: true
	InvoiceDate bool `protobuf:"varint,6,opt,name=invoiceDate,proto3" json:"invoiceDate,omitempty"`
	// The invoiceDue is setting for invoice due.
	// ex)HEAD_INVOICE_DUE: true
	InvoiceDue bool `protobuf:"varint,7,opt,name=invoiceDue,proto3" json:"invoiceDue,omitempty"`
	// The invoiceNo is setting for invoice No.
	// ex)HEAD_INVOICE_NO: true
	InvoiceNo bool `protobuf:"varint,8,opt,name=invoiceNo,proto3" json:"invoiceNo,omitempty"`
	// The invoiceQuantity is information of invoice quantity.
	// ex)HEAD_INVOICE_QUANTITY: "1ヶ月分"
	InvoiceQuantity string `protobuf:"bytes,9,opt,name=invoiceQuantity,proto3" json:"invoiceQuantity,omitempty"`
	// The invoiceSummary is setting for invoice summary.
	// ex)HEAD_INVOICE_SUMMARY: true
	InvoiceSummary bool `protobuf:"varint,10,opt,name=invoiceSummary,proto3" json:"invoiceSummary,omitempty"`
	// The invoiceTitle is information of invoice title.
	// ex)HEAD_INVOICE_TITLE: "AWSご利用金額"
	InvoiceTitle string `protobuf:"bytes,11,opt,name=invoiceTitle,proto3" json:"invoiceTitle,omitempty"`
	// The issueDateText is information of issue date text.
	// ex)HEAD_ISSUE_DATE_TEXT: "tested message"
	IssueDateText string `protobuf:"bytes,12,opt,name=issueDateText,proto3" json:"issueDateText,omitempty"`
	// The mspInfo is setting for msp information.
	// ex)HEAD_MSPINFO: true
	MspInfo bool `protobuf:"varint,13,opt,name=mspInfo,proto3" json:"mspInfo,omitempty"`
	// ex)HEAD_MSPLOGO: true
	MspLogo bool `protobuf:"varint,14,opt,name=mspLogo,proto3" json:"mspLogo,omitempty"`
	// The mspStamp is setting for msp stamp.
	// ex)HEAD_MSPSTAMP: true
	MspStamp bool `protobuf:"varint,15,opt,name=mspStamp,proto3" json:"mspStamp,omitempty"`
	// The paidText is information of paid text.
	// ex)HEAD_PAID_TEXT: "paid message"
	PaidText string `protobuf:"bytes,16,opt,name=paidText,proto3" json:"paidText,omitempty"`
	// contains filtered or unexported fields
}

WORK-IN-PROGRESS: headerInvoiceLayout resource definition.

func (*HeaderInvoiceLayout) Descriptor deprecated added in v0.65.42

func (*HeaderInvoiceLayout) Descriptor() ([]byte, []int)

Deprecated: Use HeaderInvoiceLayout.ProtoReflect.Descriptor instead.

func (*HeaderInvoiceLayout) GetBillingAddress added in v0.65.42

func (x *HeaderInvoiceLayout) GetBillingAddress() string

func (*HeaderInvoiceLayout) GetBillingGroupName added in v0.65.42

func (x *HeaderInvoiceLayout) GetBillingGroupName() bool

func (*HeaderInvoiceLayout) GetBillingGroupStaff added in v0.65.42

func (x *HeaderInvoiceLayout) GetBillingGroupStaff() bool

func (*HeaderInvoiceLayout) GetCompanyAddress added in v0.65.42

func (x *HeaderInvoiceLayout) GetCompanyAddress() bool

func (*HeaderInvoiceLayout) GetCompanyName added in v0.65.42

func (x *HeaderInvoiceLayout) GetCompanyName() bool

func (*HeaderInvoiceLayout) GetInvoiceDate added in v0.65.42

func (x *HeaderInvoiceLayout) GetInvoiceDate() bool

func (*HeaderInvoiceLayout) GetInvoiceDue added in v0.65.42

func (x *HeaderInvoiceLayout) GetInvoiceDue() bool

func (*HeaderInvoiceLayout) GetInvoiceNo added in v0.65.42

func (x *HeaderInvoiceLayout) GetInvoiceNo() bool

func (*HeaderInvoiceLayout) GetInvoiceQuantity added in v0.65.42

func (x *HeaderInvoiceLayout) GetInvoiceQuantity() string

func (*HeaderInvoiceLayout) GetInvoiceSummary added in v0.65.42

func (x *HeaderInvoiceLayout) GetInvoiceSummary() bool

func (*HeaderInvoiceLayout) GetInvoiceTitle added in v0.65.42

func (x *HeaderInvoiceLayout) GetInvoiceTitle() string

func (*HeaderInvoiceLayout) GetIssueDateText added in v0.65.42

func (x *HeaderInvoiceLayout) GetIssueDateText() string

func (*HeaderInvoiceLayout) GetMspInfo added in v0.65.42

func (x *HeaderInvoiceLayout) GetMspInfo() bool
func (x *HeaderInvoiceLayout) GetMspLogo() bool

func (*HeaderInvoiceLayout) GetMspStamp added in v0.65.42

func (x *HeaderInvoiceLayout) GetMspStamp() bool

func (*HeaderInvoiceLayout) GetPaidText added in v0.65.42

func (x *HeaderInvoiceLayout) GetPaidText() string

func (*HeaderInvoiceLayout) ProtoMessage added in v0.65.42

func (*HeaderInvoiceLayout) ProtoMessage()

func (*HeaderInvoiceLayout) ProtoReflect added in v0.65.42

func (x *HeaderInvoiceLayout) ProtoReflect() protoreflect.Message

func (*HeaderInvoiceLayout) Reset added in v0.65.42

func (x *HeaderInvoiceLayout) Reset()

func (*HeaderInvoiceLayout) String added in v0.65.42

func (x *HeaderInvoiceLayout) String() string

type InvoiceLayout added in v0.65.42

type InvoiceLayout struct {

	// total layout
	Account *AccountInvoiceLayout `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	// total layout
	Total *TotalInvoiceLayout `protobuf:"bytes,2,opt,name=total,proto3" json:"total,omitempty"`
	// body layout
	Body *BodyInvoiceLayout `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"`
	// footer layout
	Footer *FooterInvoiceLayout `protobuf:"bytes,4,opt,name=footer,proto3" json:"footer,omitempty"`
	// header layout
	Header *HeaderInvoiceLayout `protobuf:"bytes,5,opt,name=header,proto3" json:"header,omitempty"`
	// report layout
	Report *ReportInvoiceLayout `protobuf:"bytes,6,opt,name=report,proto3" json:"report,omitempty"`
	// contains filtered or unexported fields
}

WORK-IN-PROGRESS: InvoiceLayout resource definition. Definitions related to invoice display.

func (*InvoiceLayout) Descriptor deprecated added in v0.65.42

func (*InvoiceLayout) Descriptor() ([]byte, []int)

Deprecated: Use InvoiceLayout.ProtoReflect.Descriptor instead.

func (*InvoiceLayout) GetAccount added in v0.65.43

func (x *InvoiceLayout) GetAccount() *AccountInvoiceLayout

func (*InvoiceLayout) GetBody added in v0.65.42

func (x *InvoiceLayout) GetBody() *BodyInvoiceLayout

func (*InvoiceLayout) GetFooter added in v0.65.42

func (x *InvoiceLayout) GetFooter() *FooterInvoiceLayout

func (*InvoiceLayout) GetHeader added in v0.65.42

func (x *InvoiceLayout) GetHeader() *HeaderInvoiceLayout

func (*InvoiceLayout) GetReport added in v0.65.42

func (x *InvoiceLayout) GetReport() *ReportInvoiceLayout

func (*InvoiceLayout) GetTotal added in v0.65.42

func (x *InvoiceLayout) GetTotal() *TotalInvoiceLayout

func (*InvoiceLayout) ProtoMessage added in v0.65.42

func (*InvoiceLayout) ProtoMessage()

func (*InvoiceLayout) ProtoReflect added in v0.65.42

func (x *InvoiceLayout) ProtoReflect() protoreflect.Message

func (*InvoiceLayout) Reset added in v0.65.42

func (x *InvoiceLayout) Reset()

func (*InvoiceLayout) String added in v0.65.42

func (x *InvoiceLayout) String() string

type MonthlyExchangeRate added in v0.65.35

type MonthlyExchangeRate struct {

	// The year-month. format: yyyymm
	Month string `protobuf:"bytes,1,opt,name=month,proto3" json:"month,omitempty"`
	// The exchange rate.
	ExchangeRate []*ExchangeRate `protobuf:"bytes,2,rep,name=exchangeRate,proto3" json:"exchangeRate,omitempty"`
	// contains filtered or unexported fields
}

MonthlyExchangeRate resource definition.

func (*MonthlyExchangeRate) Descriptor deprecated added in v0.65.35

func (*MonthlyExchangeRate) Descriptor() ([]byte, []int)

Deprecated: Use MonthlyExchangeRate.ProtoReflect.Descriptor instead.

func (*MonthlyExchangeRate) GetExchangeRate added in v0.65.35

func (x *MonthlyExchangeRate) GetExchangeRate() []*ExchangeRate

func (*MonthlyExchangeRate) GetMonth added in v0.65.35

func (x *MonthlyExchangeRate) GetMonth() string

func (*MonthlyExchangeRate) ProtoMessage added in v0.65.35

func (*MonthlyExchangeRate) ProtoMessage()

func (*MonthlyExchangeRate) ProtoReflect added in v0.65.35

func (x *MonthlyExchangeRate) ProtoReflect() protoreflect.Message

func (*MonthlyExchangeRate) Reset added in v0.65.35

func (x *MonthlyExchangeRate) Reset()

func (*MonthlyExchangeRate) String added in v0.65.35

func (x *MonthlyExchangeRate) String() string

type Org

type Org struct {

	// The unique name (or id) of the organization.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The registered email of the organization.
	Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	// The metadata (key/value pair) of the organization. If hierarchy is supported, it will be
	// separated by '/', such as 'metakey/subkey=value'. See https://alphauslabs.github.io/blueapi/
	// for the list of supported attributes.
	Metadata map[string]string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

Org resource definition.

func (*Org) Descriptor deprecated

func (*Org) Descriptor() ([]byte, []int)

Deprecated: Use Org.ProtoReflect.Descriptor instead.

func (*Org) GetEmail

func (x *Org) GetEmail() string

func (*Org) GetMetadata

func (x *Org) GetMetadata() map[string]string

func (*Org) GetName

func (x *Org) GetName() string

func (*Org) ProtoMessage

func (*Org) ProtoMessage()

func (*Org) ProtoReflect

func (x *Org) ProtoReflect() protoreflect.Message

func (*Org) Reset

func (x *Org) Reset()

func (*Org) String

func (x *Org) String() string

type Payer added in v0.47.3

type Payer struct {

	// The payer account id.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The payer account name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The attributes (key/value pair) of the account.
	Metadata []*api.KeyValue `protobuf:"bytes,3,rep,name=metadata,proto3" json:"metadata,omitempty"`
	// List of all members under this payer.
	Members []*api.Account `protobuf:"bytes,4,rep,name=members,proto3" json:"members,omitempty"`
	// contains filtered or unexported fields
}

Payer resource definition.

func (*Payer) Descriptor deprecated added in v0.47.3

func (*Payer) Descriptor() ([]byte, []int)

Deprecated: Use Payer.ProtoReflect.Descriptor instead.

func (*Payer) GetId added in v0.47.3

func (x *Payer) GetId() string

func (*Payer) GetMembers added in v0.47.4

func (x *Payer) GetMembers() []*api.Account

func (*Payer) GetMetadata added in v0.47.3

func (x *Payer) GetMetadata() []*api.KeyValue

func (*Payer) GetName added in v0.47.3

func (x *Payer) GetName() string

func (*Payer) ProtoMessage added in v0.47.3

func (*Payer) ProtoMessage()

func (*Payer) ProtoReflect added in v0.47.3

func (x *Payer) ProtoReflect() protoreflect.Message

func (*Payer) Reset added in v0.47.3

func (x *Payer) Reset()

func (*Payer) String added in v0.47.3

func (x *Payer) String() string

type ReportInvoiceLayout added in v0.65.42

type ReportInvoiceLayout struct {

	// The sectionEnable is setting for section.
	// ex)REPORT_SECTION_ENABLE: "{ \"ja\": true, \"en\": true }"
	SectionEnable string `protobuf:"bytes,1,opt,name=sectionEnable,proto3" json:"sectionEnable,omitempty"`
	// contains filtered or unexported fields
}

WORK-IN-PROGRESS: headerInvoiceLayout resource definition.

func (*ReportInvoiceLayout) Descriptor deprecated added in v0.65.42

func (*ReportInvoiceLayout) Descriptor() ([]byte, []int)

Deprecated: Use ReportInvoiceLayout.ProtoReflect.Descriptor instead.

func (*ReportInvoiceLayout) GetSectionEnable added in v0.65.42

func (x *ReportInvoiceLayout) GetSectionEnable() string

func (*ReportInvoiceLayout) ProtoMessage added in v0.65.42

func (*ReportInvoiceLayout) ProtoMessage()

func (*ReportInvoiceLayout) ProtoReflect added in v0.65.42

func (x *ReportInvoiceLayout) ProtoReflect() protoreflect.Message

func (*ReportInvoiceLayout) Reset added in v0.65.42

func (x *ReportInvoiceLayout) Reset()

func (*ReportInvoiceLayout) String added in v0.65.42

func (x *ReportInvoiceLayout) String() string

type Reseller added in v0.48.2

type Reseller struct {

	// reseller id. Generated automatically.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// email
	Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	// billing internal id
	BillingInternalId string `protobuf:"bytes,3,opt,name=billingInternalId,proto3" json:"billingInternalId,omitempty"`
	// billing group id
	BillingGroupId string `protobuf:"bytes,4,opt,name=billingGroupId,proto3" json:"billingGroupId,omitempty"`
	// billing group name
	BillingGroupName string `protobuf:"bytes,5,opt,name=billingGroupName,proto3" json:"billingGroupName,omitempty"`
	// group type
	// Refer to the following for available values
	// billing_group: Billing Group.
	// access_group: Access Group.
	GroupType string `protobuf:"bytes,10,opt,name=groupType,proto3" json:"groupType,omitempty"`
	// wave status
	WaveStatus string `protobuf:"bytes,6,opt,name=waveStatus,proto3" json:"waveStatus,omitempty"`
	// wave feature config
	WaveConfig []*ResellerConfig `protobuf:"bytes,7,rep,name=waveConfig,proto3" json:"waveConfig,omitempty"`
	// wave pro feature config
	WaveProConfig []*ResellerConfig `protobuf:"bytes,8,rep,name=waveProConfig,proto3" json:"waveProConfig,omitempty"`
	// aqua feature config
	AquaConfig []*ResellerConfig `protobuf:"bytes,9,rep,name=aquaConfig,proto3" json:"aquaConfig,omitempty"`
	// contains filtered or unexported fields
}

func (*Reseller) Descriptor deprecated added in v0.48.2

func (*Reseller) Descriptor() ([]byte, []int)

Deprecated: Use Reseller.ProtoReflect.Descriptor instead.

func (*Reseller) GetAquaConfig added in v0.65.35

func (x *Reseller) GetAquaConfig() []*ResellerConfig

func (*Reseller) GetBillingGroupId added in v0.65.35

func (x *Reseller) GetBillingGroupId() string

func (*Reseller) GetBillingGroupName added in v0.65.35

func (x *Reseller) GetBillingGroupName() string

func (*Reseller) GetBillingInternalId added in v0.65.35

func (x *Reseller) GetBillingInternalId() string

func (*Reseller) GetEmail added in v0.48.2

func (x *Reseller) GetEmail() string

func (*Reseller) GetGroupType added in v0.48.2

func (x *Reseller) GetGroupType() string

func (*Reseller) GetId added in v0.65.35

func (x *Reseller) GetId() string

func (*Reseller) GetWaveConfig added in v0.65.35

func (x *Reseller) GetWaveConfig() []*ResellerConfig

func (*Reseller) GetWaveProConfig added in v0.65.35

func (x *Reseller) GetWaveProConfig() []*ResellerConfig

func (*Reseller) GetWaveStatus added in v0.48.2

func (x *Reseller) GetWaveStatus() string

func (*Reseller) ProtoMessage added in v0.48.2

func (*Reseller) ProtoMessage()

func (*Reseller) ProtoReflect added in v0.48.2

func (x *Reseller) ProtoReflect() protoreflect.Message

func (*Reseller) Reset added in v0.48.2

func (x *Reseller) Reset()

func (*Reseller) String added in v0.48.2

func (x *Reseller) String() string

type ResellerConfig added in v0.65.35

type ResellerConfig struct {

	// key
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// value
	Value bool `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ResellerConfig) Descriptor deprecated added in v0.65.35

func (*ResellerConfig) Descriptor() ([]byte, []int)

Deprecated: Use ResellerConfig.ProtoReflect.Descriptor instead.

func (*ResellerConfig) GetKey added in v0.65.35

func (x *ResellerConfig) GetKey() string

func (*ResellerConfig) GetValue added in v0.65.35

func (x *ResellerConfig) GetValue() bool

func (*ResellerConfig) ProtoMessage added in v0.65.35

func (*ResellerConfig) ProtoMessage()

func (*ResellerConfig) ProtoReflect added in v0.65.35

func (x *ResellerConfig) ProtoReflect() protoreflect.Message

func (*ResellerConfig) Reset added in v0.65.35

func (x *ResellerConfig) Reset()

func (*ResellerConfig) String added in v0.65.35

func (x *ResellerConfig) String() string

type Rounding added in v0.65.35

type Rounding struct {

	// The rounding method.
	Rounding Rounding_RoundingMethod `protobuf:"varint,1,opt,name=rounding,proto3,enum=blueapi.api.ripple.Rounding_RoundingMethod" json:"rounding,omitempty"`
	// contains filtered or unexported fields
}

Rounding resource definition.

func (*Rounding) Descriptor deprecated added in v0.65.35

func (*Rounding) Descriptor() ([]byte, []int)

Deprecated: Use Rounding.ProtoReflect.Descriptor instead.

func (*Rounding) GetRounding added in v0.65.35

func (x *Rounding) GetRounding() Rounding_RoundingMethod

func (*Rounding) ProtoMessage added in v0.65.35

func (*Rounding) ProtoMessage()

func (*Rounding) ProtoReflect added in v0.65.35

func (x *Rounding) ProtoReflect() protoreflect.Message

func (*Rounding) Reset added in v0.65.35

func (x *Rounding) Reset()

func (*Rounding) String added in v0.65.35

func (x *Rounding) String() string

type Rounding_RoundingMethod added in v0.65.35

type Rounding_RoundingMethod int32

RoundingMethod

const (
	// round
	Rounding_ROUND Rounding_RoundingMethod = 0
	// round up
	Rounding_ROUNDUP Rounding_RoundingMethod = 1
	// round down
	Rounding_ROUNDDOWN Rounding_RoundingMethod = 2
)

func (Rounding_RoundingMethod) Descriptor added in v0.65.35

func (Rounding_RoundingMethod) Enum added in v0.65.35

func (Rounding_RoundingMethod) EnumDescriptor deprecated added in v0.65.35

func (Rounding_RoundingMethod) EnumDescriptor() ([]byte, []int)

Deprecated: Use Rounding_RoundingMethod.Descriptor instead.

func (Rounding_RoundingMethod) Number added in v0.65.35

func (Rounding_RoundingMethod) String added in v0.65.35

func (x Rounding_RoundingMethod) String() string

func (Rounding_RoundingMethod) Type added in v0.65.35

type TotalInvoiceLayout added in v0.65.42

type TotalInvoiceLayout struct {

	// The totalMarketplace is name of marketplace total usage.
	// ex)ALL_AWS_MARKETPLACE: ""
	Marketplace string `protobuf:"bytes,1,opt,name=marketplace,proto3" json:"marketplace,omitempty"`
	// The totalMarketplaceFee is name of marketplace total fee usage.
	// ex)ALL_AWS_MARKETPLACE_FEES: ""
	MarketplaceFee string `protobuf:"bytes,2,opt,name=marketplaceFee,proto3" json:"marketplaceFee,omitempty"`
	// The vendorTotal is name of vendor total usage.
	// ex)ALL_AWS_TOTAL: ""
	VendorTotal string `protobuf:"bytes,3,opt,name=vendorTotal,proto3" json:"vendorTotal,omitempty"`
	// The vendorUsageOnly is name of vendor usage only.
	// ex)ALL_AWS_USAGEONLY: ""
	VendorUsageOnly string `protobuf:"bytes,4,opt,name=vendorUsageOnly,proto3" json:"vendorUsageOnly,omitempty"`
	// The vendorTotalUsage is name of vendor total usage.
	// ex)ALL_AWS_USAGE: "AWS利用料"
	VendorlUsage string `protobuf:"bytes,5,opt,name=vendorlUsage,proto3" json:"vendorlUsage,omitempty"`
	// The customTotalUsage is name of custom total usage.
	// ex)ALL_CUSTOM_USAGE: "追加費用合計"
	CustomUsage string `protobuf:"bytes,6,opt,name=customUsage,proto3" json:"customUsage,omitempty"`
	// The discount is name of discount.
	// ex)ALL_DISCOUNT: ""
	Discount string `protobuf:"bytes,7,opt,name=discount,proto3" json:"discount,omitempty"`
	// The discountTotalDiff is name of discount total diff.
	// ex)ALL_DISCOUNT_DIFF: "値引後"
	DiscountDiff string `protobuf:"bytes,8,opt,name=discountDiff,proto3" json:"discountDiff,omitempty"`
	// The subTotal is name of sub total.
	// ex)ALL_SUB_TOTAL: ""
	SubTotal string `protobuf:"bytes,9,opt,name=subTotal,proto3" json:"subTotal,omitempty"`
	// The substitutionTotalFee is name of substitution total fee.
	// ex)ALL_SUBSTITUTION: "請求代行手数料"
	SubstitutionFee string `protobuf:"bytes,10,opt,name=substitutionFee,proto3" json:"substitutionFee,omitempty"`
	// The supportTotalFee is name of support total fee.
	// ex)ALL_SUPPORT_BUSINESS: "サポートビジネス費用"
	SupportFee string `protobuf:"bytes,11,opt,name=supportFee,proto3" json:"supportFee,omitempty"`
	// The tax is name of tax.
	// ex)ALL_TAX: "消費税"
	Tax string `protobuf:"bytes,12,opt,name=tax,proto3" json:"tax,omitempty"`
	// The taxDiff is name of tax diff.
	// ex)ALL_TAX_DIFF: null
	TaxDiff string `protobuf:"bytes,13,opt,name=taxDiff,proto3" json:"taxDiff,omitempty"`
	// The taxFree is name of tax free.
	// ex)ALL_TAX_FREE: ""
	TaxFree string `protobuf:"bytes,14,opt,name=taxFree,proto3" json:"taxFree,omitempty"`
	// The totalExchangeRate is name of total exchange rate.
	// ex)ALL_TOTAL_EXCHANGE: "日本円換算後($1=JPY)"
	TotalExchangeRate string `protobuf:"bytes,15,opt,name=totalExchangeRate,proto3" json:"totalExchangeRate,omitempty"`
	// The totalUsage is name of total usage.
	// ex)ALL_USAGE_TOTAL: "小計"
	TotalUsage string `protobuf:"bytes,16,opt,name=totalUsage,proto3" json:"totalUsage,omitempty"`
	// The total is name of total.
	// ex)ALL_TOTAL: ""
	Total string `protobuf:"bytes,17,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

WORK-IN-PROGRESS: totalInvoiceLayout resource definition.

func (*TotalInvoiceLayout) Descriptor deprecated added in v0.65.42

func (*TotalInvoiceLayout) Descriptor() ([]byte, []int)

Deprecated: Use TotalInvoiceLayout.ProtoReflect.Descriptor instead.

func (*TotalInvoiceLayout) GetCustomUsage added in v0.65.44

func (x *TotalInvoiceLayout) GetCustomUsage() string

func (*TotalInvoiceLayout) GetDiscount added in v0.65.44

func (x *TotalInvoiceLayout) GetDiscount() string

func (*TotalInvoiceLayout) GetDiscountDiff added in v0.65.44

func (x *TotalInvoiceLayout) GetDiscountDiff() string

func (*TotalInvoiceLayout) GetMarketplace added in v0.65.44

func (x *TotalInvoiceLayout) GetMarketplace() string

func (*TotalInvoiceLayout) GetMarketplaceFee added in v0.65.44

func (x *TotalInvoiceLayout) GetMarketplaceFee() string

func (*TotalInvoiceLayout) GetSubTotal added in v0.65.44

func (x *TotalInvoiceLayout) GetSubTotal() string

func (*TotalInvoiceLayout) GetSubstitutionFee added in v0.65.44

func (x *TotalInvoiceLayout) GetSubstitutionFee() string

func (*TotalInvoiceLayout) GetSupportFee added in v0.65.44

func (x *TotalInvoiceLayout) GetSupportFee() string

func (*TotalInvoiceLayout) GetTax added in v0.65.42

func (x *TotalInvoiceLayout) GetTax() string

func (*TotalInvoiceLayout) GetTaxDiff added in v0.65.42

func (x *TotalInvoiceLayout) GetTaxDiff() string

func (*TotalInvoiceLayout) GetTaxFree added in v0.65.44

func (x *TotalInvoiceLayout) GetTaxFree() string

func (*TotalInvoiceLayout) GetTotal added in v0.65.44

func (x *TotalInvoiceLayout) GetTotal() string

func (*TotalInvoiceLayout) GetTotalExchangeRate added in v0.65.42

func (x *TotalInvoiceLayout) GetTotalExchangeRate() string

func (*TotalInvoiceLayout) GetTotalUsage added in v0.65.42

func (x *TotalInvoiceLayout) GetTotalUsage() string

func (*TotalInvoiceLayout) GetVendorTotal added in v0.65.44

func (x *TotalInvoiceLayout) GetVendorTotal() string

func (*TotalInvoiceLayout) GetVendorUsageOnly added in v0.65.44

func (x *TotalInvoiceLayout) GetVendorUsageOnly() string

func (*TotalInvoiceLayout) GetVendorlUsage added in v0.65.44

func (x *TotalInvoiceLayout) GetVendorlUsage() string

func (*TotalInvoiceLayout) ProtoMessage added in v0.65.42

func (*TotalInvoiceLayout) ProtoMessage()

func (*TotalInvoiceLayout) ProtoReflect added in v0.65.42

func (x *TotalInvoiceLayout) ProtoReflect() protoreflect.Message

func (*TotalInvoiceLayout) Reset added in v0.65.42

func (x *TotalInvoiceLayout) Reset()

func (*TotalInvoiceLayout) String added in v0.65.42

func (x *TotalInvoiceLayout) String() string

type YearMonth added in v0.65.41

type YearMonth struct {

	// List of the yearmonth.
	YearMonth string `protobuf:"bytes,1,opt,name=yearMonth,proto3" json:"yearMonth,omitempty"`
	// contains filtered or unexported fields
}

YearMonth resource definition.

func (*YearMonth) Descriptor deprecated added in v0.65.41

func (*YearMonth) Descriptor() ([]byte, []int)

Deprecated: Use YearMonth.ProtoReflect.Descriptor instead.

func (*YearMonth) GetYearMonth added in v0.65.41

func (x *YearMonth) GetYearMonth() string

func (*YearMonth) ProtoMessage added in v0.65.41

func (*YearMonth) ProtoMessage()

func (*YearMonth) ProtoReflect added in v0.65.41

func (x *YearMonth) ProtoReflect() protoreflect.Message

func (*YearMonth) Reset added in v0.65.41

func (x *YearMonth) Reset()

func (*YearMonth) String added in v0.65.41

func (x *YearMonth) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL