This structure represents the fields associated with a payment term. Payment Terms define when payment of client invoices are due.
Element | Data Type | Description | Sample Data |
---|
PaymentTermId | Int32 | Payment Term ID. For internal use only. | 9078 |
PaymentTermName | String | Payment Term Name | Net 15 |
PaymentTermUid | Int64 | Payment Term Unique ID. For internal use only. | 1152921504606856054 |
Usage Example(s)
Code Block |
---|
language | xml |
---|
title | Example 01 |
---|
collapse | true |
---|
|
<PaymentTermIdentity>
<PaymentTermId>9078</PaymentTermId>
<PaymentTermName>Net 30</PaymentTermName>
<PaymentTermUid>1152921504606856054</PaymentTermUid>
</PaymentTermIdentity> |