PaymentSlipDocumentCurrency Property |
The currency of the amounts in this document. [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 DocumentCurrency { get; set; }
Public Property DocumentCurrency As Currency
Get
Set
public:
property Currency^ DocumentCurrency {
Currency^ get ();
void set (Currency^ value);
}
member DocumentCurrency : Currency with get, set
Property Value
Type:
Currency
See Also