|
PatientPaymentRequestDebitAmount Property |
[This is preliminary documentation and is subject to change.]
The debit amount.
Namespace: SnapMD.VirtualCare.ApiModels.PaymentsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic Nullable<decimal> DebitAmount { get; set; }
Public Property DebitAmount As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal> DebitAmount {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member DebitAmount : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also