Get a list of the purchase channels that a customer can be registered against
Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property PurchaseChannels As PurchaseChannelCollection |
| C# |
|---|
| public PurchaseChannelCollection PurchaseChannels { get; } |
| C++ |
|---|
| public property PurchaseChannelCollection PurchaseChannels sealed { PurchaseChannelCollection get(); } |
| J# |
|---|
| /** property */ public PurchaseChannelCollection get_PurchaseChannels(); |
| JScript |
|---|
| public function get PurchaseChannels() : PurchaseChannelCollection |
Property Value
The list of all purchase chanels
Exceptions
| Exception Type | Condition |
|---|---|
| ApiConnectivityException | Thrown when there is an issue with internet connectivity. |
| ApiExecutionException | Thrown when an issue obtaining the purchase channels. |