Invoice

Description

The Invoice object represents an invoice.

Properties

TypeNameDescription
stringMerchantIdUnique identifier of the merchant associated with this customer.
stringCustomerIdIdentifies the Customer associated with the invoice.
stringSubCustomerIdIdentifies the SubCustomer associated with the invoice.
stringInvoiceNumberInvoice number assigned by the user.
stringInvoiceInternalIdInternal invoice ID assigned by EBizCharge.
stringInvoiceDateCreation date of the invoice.
stringCurrencyThree-character ISO 4217 currency code.
stringInvoiceAmountTotal amount of the invoice.
stringInvoiceDueDateDue date for the invoice.
decimalAmountDueAmount of the invoice due by the InvoiceDueDate.
stringPoNumPurchase order number.
stringSoNumSales order number.
stringDivisionIdUnique identifier used within an organization's Enterprise Resource Planning (ERP) system to specifically designate a particular business unit, department, or division.
stringTypeIdInvoice type ID assigned by EBizCharge.
stringUploadedByNot currently used.
stringUpdatedByNot currently used.
stringDateUploadedThe date the invoice was uploaded.
stringDateUpdatedThe date the invoice was updated.
boolIsDeletedWhether the invoice was deleted.
stringDeletedByNot currently used.
stringDateDeletedThe date the invoice was deleted.
Item[]ItemsA list of Item objects representing the individual products or services included on the invoice.
stringSoftwareName of the integration.
boolNotifyCustomerWhether the customer should be notified if the invoice has been added or updated.
stringEmailTemplateIdEmail template ID associated with the invoice.
stringInvoiceURLURL of the invoice.
stringTotalTaxAmountTotal tax amount included on the invoice.
stringInvoiceUniqueIdUnique ID of the invoice.
stringInvoiceDescriptionDescription of the invoice.
AddressBillingAddressBilling address of the Customer or SubCustomer.
AddressShippingAddressShipping address of the Customer or SubCustomer.
stringInvoiceCustomerMessageMessage to the customer on the invoice.
stringInvoiceMemoMemo included on the invoice.
stringInvoiceShipDateThe date the Invoice is shipped.
stringInvoiceShipVia

Shipping method.

Example: UPS

stringInvoiceTermsIdTerms ID associated with the invoice.
stringInvoiceSalesRepIdSalesRep ID associated with the invoice.
boolInvoiceIsToBeEmailedWhether to email the invoice.
boolInvoiceIsToBePrintedWhether to print the invoice.
stringInvoiceLastSyncDateTimeDate and time the last time the invoice was synced to the EBizCharge platform.
stringDeliveryNumber

Unique identifier assigned to a delivery document.

Example: Delivery order or Shipment.

stringTotalDiscountAmountTotal discount amount included on the invoice.
stringTotalShippingAmountTotal shipping amount included on the invoice.
stringLocationIdWarehouse location ID.
AddressRemitToAddressIdentifies where the merchant (seller) wants to receive payments.
stringPoDateThe date the purchase order was created.
stringOrderedByCustomer or sub-customer that ordered the invoice.
stringInvoiceClassIdentifies which integration the invoice belongs to.
stringInvoiceFOBLocation where ownership transfers.
stringInvoiceTermsDescriptionDescription of the terms on the invoice.
EBizCustomField[]InvoiceCustomFieldsList of custom fields created on the invoice.