|
CimCustomerPaymentProfiles Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the payment profiles.
Namespace: SnapMD.VirtualCare.ApiModels.PaymentsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic IList<PaymentProfile> PaymentProfiles { get; set; }
Public Property PaymentProfiles As IList(Of PaymentProfile)
Get
Set
public:
property IList<PaymentProfile^>^ PaymentProfiles {
IList<PaymentProfile^>^ get ();
void set (IList<PaymentProfile^>^ value);
}
member PaymentProfiles : IList<PaymentProfile> with get, set
Property Value
Type:
IListPaymentProfile
The payment profiles.
See Also