 | FinancialTransactionDebitExchangeRate Property |
Gets or sets the debit exchange rate
Namespace:
SanteDB.Core.Model.Acts
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntaxpublic float DebitExchangeRate { get; set; }
Public Property DebitExchangeRate As Single
Get
Set
public:
property float DebitExchangeRate {
float get ();
void set (float value);
}
member DebitExchangeRate : float32 with get, set
Property Value
Type:
Single
See Also