|
PaymentsApiGetCustomerProfile Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:SnapMD.VirtualCare.Sdk.PaymentsApi.GetCustomerProfile(System.Nullable{System.Int32})"]
Namespace: SnapMD.VirtualCare.SdkAssembly: SnapMD.VirtualCare.Sdk (in SnapMD.VirtualCare.Sdk.dll) Version: 1.24.0.23329 (1.0.0.0)
Syntaxpublic ApiResponseV2<CimCustomer> GetCustomerProfile(
Nullable<int> patientUserId
)
Public Function GetCustomerProfile (
patientUserId As Nullable(Of Integer)
) As ApiResponseV2(Of CimCustomer)
public:
ApiResponseV2<CimCustomer^>^ GetCustomerProfile(
Nullable<int> patientUserId
)
member GetCustomerProfile :
patientUserId : Nullable<int> -> ApiResponseV2<CimCustomer>
Parameters
- patientUserId
- Type: SystemNullableInt32
[Missing <param name="patientUserId"/> documentation for "M:SnapMD.VirtualCare.Sdk.PaymentsApi.GetCustomerProfile(System.Nullable{System.Int32})"]
Return Value
Type:
ApiResponseV2CimCustomer[Missing <returns> documentation for "M:SnapMD.VirtualCare.Sdk.PaymentsApi.GetCustomerProfile(System.Nullable{System.Int32})"]
See Also