Add a new 'Payment Terms' entry.
Payment Terms (ASBIE). Associates the Invoice with the payment terms applicable/offered.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
void AddPaymentTerms(
IPaymentTerms paymentTerms
) |
| Visual Basic |
|---|
Sub AddPaymentTerms (
paymentTerms As IPaymentTerms
) |
| Visual C++ |
|---|
void AddPaymentTerms(
IPaymentTerms^ paymentTerms
) |
| F# |
|---|
abstract AddPaymentTerms :
paymentTerms : IPaymentTerms -> unit
|
See Also