 | FinancialTransactionDebitExchangeRate Property |
Gets or sets the debit exchange rate
Namespace: SanteDB.Core.Model.ActsAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
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
Single
See Also