Developers
Search
K

Invoice

Invoice data transfer object description

Object description

Field
Type
Description
id
String
Smarts system unique identifier
seller
SellerParty
Seller detailed information
buyer
BuyerParty
Buyer detailed information
status
Invoice status
createdAt
Unix Timestamp (UTC)
Invoice creating time
closedAt
Unit Timestamp (UTC)
Invoice closing time
products
List<Product>
Invoice products
currency
Currency
Currency
total
Total
Invoice detailed total
institutionCampaigns
List<Campaign>
Institution based campaigns

Enum type possible values

InvoiceStatus

Invoice Status
PAYED

Currency

Currency
EUR
Euro
USD
US dollar
Last modified 3yr ago