Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This structure represents the fields associated with a payment term. Payment Terms define when payment of client invoices are due.


ElementData TypeDescriptionDefault (on insert/update)Sample Data
PaymentTermIdInt32Payment Term ID. For internal use only.
9078
PaymentTermNameStringPayment Term Name

Net 15

PaymentTermUidInt64Payment Term Unique ID. For internal use only.
1152921504606856054

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                     <PaymentTermIdentity>
                        <PaymentTermId>9078</PaymentTermId>
                        <PaymentTermName>Net 30</PaymentTermName>
                        <PaymentTermUid>1152921504606856054</PaymentTermUid>
                     </PaymentTermIdentity>