PaymentCards Property

Gets collection of the payment cards.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property PaymentCards As Collection(Of PaymentCard)
    Get
    Private Set
'Usage
Dim instance As CreateOrderFromCartRequest
Dim value As Collection(Of PaymentCard)

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

Property Value

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

See Also

Reference

CreateOrderFromCartRequest Class

Microsoft.Dynamics.Commerce.Runtime.Messages Namespace