PdcPurchaseInvoiceHeader.TermsOfPaymentID: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
No edit summary
 
Line 1: Line 1:
== Declaration ==
== Declaration ==
TermsOfPayment as String
TermsOfPaymentID as integer


== Description ==
== Description ==
The payment condition . Read only
The terms of payment id of the invoice. Read only


== Notes ==
== Notes ==
To change the terms of payment, use method "SetTermsOfPayment".
To change the terms of payment id, use method "SetTermsOfPaymentID".


== Code example ==
== Code example ==

Latest revision as of 11:55, 19 August 2015

Declaration

TermsOfPaymentID as integer

Description

The terms of payment id of the invoice. Read only

Notes

To change the terms of payment id, use method "SetTermsOfPaymentID".

Code example

Availability