SearchInvoiceResponse
Name | Description | Type | Additional information |
---|---|---|---|
InvoiceId |
the invoice identifier.
|
string |
None.
|
InvoiceNumber |
the invoice number.
|
long |
None.
|
InvoiceStatus |
the invoice status.
|
InvoiceStatus |
None.
|
InvoiceDate |
the invoice date.
|
date |
None.
|
DateExpected |
the date expected.
|
date |
None.
|
DateUpdated | date |
None.
|
|
CustomerId |
the customer identifier.
|
string |
None.
|
Company |
the company.
|
string |
None.
|
Phone |
the phone.
|
string |
None.
|
the email.
|
string |
None.
|
|
PaymentStatus |
the payment status.
|
PaymentStatus |
None.
|
ZoneCode |
the zone code.
|
Zone |
None.
|
ExternalOrderNumber |
the external order number.
|
string |
None.
|
SubTotal |
the sub total.
|
Money |
None.
|
Tax |
the tax.
|
Money |
None.
|
ServiceFee |
the extra cost.
|
Money |
None.
|
Commission |
the commission.
|
Money |
None.
|
Discount |
the discount.
|
Money |
None.
|
GrandTotal |
the grand total.
|
Money |
None.
|
BalanceAmount |
the balance amount.
|
Money |
None.
|
Shipping |
the shipping.
|
ShippingInfo |
None.
|
Notes |
the notes.
|
string |
None.
|
VoidReason |
the void reason.
|
string |
None.
|
Version |
the version.
|
integer |
None.
|
Currency |
the currency.
|
string |
None.
|
DateVoided |
the date voided.
|
date |
None.
|
Tags |
the collection of tags.
|
Collection of string |
None.
|
Items |
the collection of invoice items.
|
Collection of InvoiceItemReponse |
None.
|