|
ProviderBaseConsultationCharge Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the consultation charge.
Namespace: SnapMD.VirtualCare.ApiModelsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic Nullable<double> ConsultationCharge { get; set; }
Public Property ConsultationCharge As Nullable(Of Double)
Get
Set
public:
property Nullable<double> ConsultationCharge {
Nullable<double> get ();
void set (Nullable<double> value);
}
member ConsultationCharge : Nullable<float> with get, set
Property Value
Type:
NullableDouble
The consultation charge.
See Also