Documentation
¶
Index ¶
- type Invoice
- func (i *Invoice) GetAmount() uint32
- func (i *Invoice) GetDescription() string
- func (i *Invoice) GetTransactionID() string
- func (i *Invoice) GetUUID() string
- func (i *Invoice) SetAmount(amount uint32) *Invoice
- func (i *Invoice) SetDescription(description string) *Invoice
- func (i *Invoice) SetTransactionID(transactionID string) *Invoice
- func (i *Invoice) SetUUID(uid ...string) *Invoice
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Invoice ¶
Invoice is a struct that holds the invoice data
func (*Invoice) GetDescription ¶ added in v1.5.0
GetDescription returns the description of the invoice
func (*Invoice) GetTransactionID ¶
GetTransactionID returns the transaction ID of the invoice
func (*Invoice) SetDescription ¶ added in v1.5.0
SetDescription sets the description of the invoice
func (*Invoice) SetTransactionID ¶
SetTransactionID sets the transaction ID of the invoice
Click to show internal directories.
Click to hide internal directories.