invoiceInformation

The following fields are related to invoicing information.

invoiceInformation. allowPartialPayments

The indicator for whether or not the customer can pay a partial amount of the total owed invoice amount.
This is also known as making a partial payment.
Possible values:
  • false
    : The customer cannot make a partial payment.
  • true
    : The customer can make a partial payment.

Specifications

  • Data Type:
    Boolean
  • Data Length:
    5

Mapping

  • REST Field Name:
    invoiceInformation.allowPartialPayments
  • Simple Order Field Name:
    No corresponding field.

invoiceInformation. deliveryMode

The indicator for whether or not the customer will be sent an email message notifying them of a new invoice.
Possible values:
  • Email
    : An email message will be sent to the customer when a new invoice is created.
  • None
    : An email message will not be sent to the customer when a new invoice is created.

Specifications

  • Data Type:
    String
  • Data Length:
    5

Mapping

  • REST Field Name:
    invoiceInformation.deliveryMode
  • Simple Order Field Name:
    No corresponding field.

invoiceInformation. description

The description included in the invoice.

Specifications

  • Data Type:
    String
  • Data Length:
    2000

Mapping

  • REST Field Name:
    invoiceInformation.description
  • Simple Order Field Name:
    No corresponding field.

invoiceInformation. dueDate

The due date of the billed invoice.
Format:
YYYY-MM-DD

Specifications

  • Data Type:
    String
  • Data Length:
    10

Mapping

  • REST Field Name:
    invoiceInformation.dueDate
  • Simple Order Field Name:
    No corresponding field.

invoiceInformation. invoiceNumber

The unique identifier for an invoice, also known as the invoice number.

Specifications

  • Data Type:
    String
  • Data Length:
    248

Mapping

  • REST Field Name:
    invoiceInformation.invoiceNumber
  • Simple Order Field Name:
    No corresponding field.

invoiceInformation. sendImmediately

The indicator for whether an invoice is either published as a payable invoice or remains as a draft.
Possible values:
  • false
    : the invoice is created as a draft.
  • true
    : the invoice is published as a payable invoice.

Specifications

  • Data Type:
    Boolean
  • Data Length:
    5

Mapping

  • REST Field Name:
    invoiceInformation.sendImmediately
  • Simple Order Field Name:
    No corresponding field.