Payment Terms (ASBIE). The conditions of payment between the parties in a transaction.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IPaymentTerms PaymentTerms { get; set; } |
| Visual Basic |
|---|
Property PaymentTerms As IPaymentTerms
Get
Set |
| Visual C++ |
|---|
property IPaymentTerms^ PaymentTerms {
IPaymentTerms^ get ();
void set (IPaymentTerms^ value);
} |
| F# |
|---|
abstract PaymentTerms : IPaymentTerms with get, set
|
Property Value
Type:
IPaymentTermsRemarks
See Also