PaymentRequest.MethodData Property

Definition

A collection of PaymentMethodData classes. This collection represents the list of payment methods supported by the merchant.

public:
 property IVectorView<PaymentMethodData ^> ^ MethodData { IVectorView<PaymentMethodData ^> ^ get(); };
IVectorView<PaymentMethodData> MethodData();
public IReadOnlyList<PaymentMethodData> MethodData { get; }
var iVectorView = paymentRequest.methodData;
Public ReadOnly Property MethodData As IReadOnlyList(Of PaymentMethodData)

Property Value

Gets the MethodData.

Applies to