This object contains information about invoice details.
Fields
Name | Type | Description |
---|---|---|
invoiceID | UUID1 | The invoice ID. |
invoiceCreatedAt | Time | Information about when is the invoice created. |
externalUserID | String | The external user ID. |
internalUserID | String | The internal user ID. |
items | Object | Contains all the information from ItemInvoiceDetail such as the collectionTitle, the collectionItemTitle, the units, the unitPrice, and etc. |
status | Enum | Represents the invoice status. The value can be either Draft, Pending, Canceled, or Paid. |
userName | String | Bid-owned user name. |
userEmail | String | Bid-owned user email. |
invoiceNumber | String | Invoice number of the record. |
paymentID | UUID | Payment id of the transaction. |
externalPaymentID | String | External payment id like circle payment id. |
OrganizationID | UUID | The organization id. |
invoiceURL | String | Invoice updated in google cloud URL. |
onChainTokenId | Integer | NFT token in the contract. |
cryptoAmount | Float | Crypto amount the invoice transaction. |
supportedCurrency | Object | Contains all the information from supportedCurrency |
billingAddress | Object | Contains all the information from billingAddress |
orgConfig | OrganizationSettings | Contains all the information from OrganizationSettings |
nftDetails | InvoiceNFTDetails | Contains all the information from InvoiceNFTDetails |