TransferSourceAmount Property |
The amount to transfer in the source currency. [Currency: SourcePaymentAccount.Currency] [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount SourceAmount { get; set; }
Public Property SourceAmount As Amount
Get
Set
public:
property Amount^ SourceAmount {
Amount^ get ();
void set (Amount^ value);
}
member SourceAmount : Amount with get, set
Property Value
Type:
Amount
See Also