Click or drag to resize

PaymentTypeSystemType Property

Not null only when this is one of the system payment types. CS=Cash; CD=By Card; BT=Bank Transfer.

Namespace:  Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<PaymentTypesRepositorySystemType> SystemType { get; set; }

Property Value

Type: NullablePaymentTypesRepositorySystemType
See Also