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; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
virtual property List<PaymentTerm^>^ PaymentTerms {
List<PaymentTerm^>^ get () sealed;
void set (List<PaymentTerm^>^ value) sealed;
}
function get_PaymentTerms();
function set_PaymentTerms(value);
Property Value
Type:
ListPaymentTermImplements
IProfilePaymentTermsSee Also