TransferSourcePaymentAccount Property |
The account from which to deduct the amount. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PaymentAccount SourcePaymentAccount { get; set; }
Public Property SourcePaymentAccount As PaymentAccount
Get
Set
public:
property PaymentAccount^ SourcePaymentAccount {
PaymentAccount^ get ();
void set (PaymentAccount^ value);
}
member SourcePaymentAccount : PaymentAccount with get, set
Property Value
Type:
PaymentAccount
See Also