SupportedCardTypes Property

Gets the supported card types for the connectors.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Services.Messages
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Services.Messages (in Microsoft.Dynamics.Commerce.Runtime.Services.Messages.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property SupportedCardTypes As Collection(Of String)
    Get
    Private Set
'Usage
Dim instance As SupportedCardTypesResponse
Dim value As Collection(Of String)

value = instance.SupportedCardTypes
[DataMemberAttribute]
public Collection<string> SupportedCardTypes { get; private set; }
[DataMemberAttribute]
public:
property Collection<String^>^ SupportedCardTypes {
    Collection<String^>^ get ();
    private: void set (Collection<String^>^ value);
}

Property Value

Type: System.Collections.ObjectModel.Collection<String>
Returns Collection<T>.

See Also

Reference

SupportedCardTypesResponse Class

Microsoft.Dynamics.Commerce.Runtime.Services.Messages Namespace