PaymentTransactionTotalAmountCurrency Property |
The currency of the total 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 Currency TotalAmountCurrency { get; set; }
Public Property TotalAmountCurrency As Currency
Get
Set
public:
property Currency^ TotalAmountCurrency {
Currency^ get ();
void set (Currency^ value);
}
member TotalAmountCurrency : Currency with get, set
Property Value
Type:
Currency
See Also