|
PatientPaymentRequestPatientPaymentId Property |
[This is preliminary documentation and is subject to change.]
The patient payment identifier.
Namespace: SnapMD.VirtualCare.ApiModels.PaymentsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic Nullable<Guid> PatientPaymentId { get; set; }
Public Property PatientPaymentId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> PatientPaymentId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member PatientPaymentId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also