Versions Compared

Key

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

...

This structure represents the unique key fields associated with identifying a payment termPayment Term. Payment Terms define when payment of client invoices are due.

...

Panel
titlePwsPaymentTermRef
  • PwsPaymentTermRef
    • PaymentTermId: Int32
    • PaymentTermName: String
    • PaymentTermUid: Int64

Elements


Element

Data Type

Required?

Default

Description

Sample Data

PaymentTermId

Int32

 

 



 The Payment Term Id. For internal use only.

9078

PaymentTermName

String

 

 



The Payment Term Name

Net 15

PaymentTermUid

Int64

 

 



 A unique and immutable Id for a Payment Term.

1152921504606856054

Usage Example(s)


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