Click or drag to resize

ProfilePaymentTerms Property

Gets or sets PaymentTerms

Namespace:  PSI.Sox
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
[DataMemberAttribute(EmitDefaultValue = false)]
public List<PaymentTerm> PaymentTerms { get; set; }

Property Value

Type: ListPaymentTerm

Implements

IProfilePaymentTerms
See Also