Payment Terms (ASBIE). The conditions of payment between the parties in a transaction.

Namespace: Unimaze.Composer.Ubl2.Interfaces
Assembly: 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: IPaymentTerms

Remarks

Dictionary entry name
Consignment. Payment Terms
Cardinality
0..1

See Also