PaymentRequest.MethodData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.