PaymentTransactionPaymentType Property |
Specifies the payment type used to pay, when using this payment account. null when the payment type is unknown or unspecified. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PaymentType PaymentType { get; set; }
Public Property PaymentType As PaymentType
Get
Set
public:
property PaymentType^ PaymentType {
PaymentType^ get ();
void set (PaymentType^ value);
}
member PaymentType : PaymentType with get, set
Property Value
Type:
PaymentType
See Also