|
PatientPaymentRequestCreditAmount Property |
[This is preliminary documentation and is subject to change.]
The credit 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> CreditAmount { get; set; }
Public Property CreditAmount As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal> CreditAmount {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member CreditAmount : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also