|
PatientPaymentResponseCreditDate Property |
[This is preliminary documentation and is subject to change.]
The credit date.
Namespace: SnapMD.VirtualCare.ApiModels.PaymentsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic DateTime CreditDate { get; set; }
Public Property CreditDate As DateTime
Get
Set
public:
property DateTime CreditDate {
DateTime get ();
void set (DateTime value);
}
member CreditDate : DateTime with get, set
Property Value
Type:
DateTime
See Also