PaymentMethodData.JsonData Property

Definition

Data about the payment method. For example, if the Basic Card Payment method is being used then this must contain data confirming to the BasicCardRequest dictionary type.

public:
 property Platform::String ^ JsonData { Platform::String ^ get(); };
winrt::hstring JsonData();
public string JsonData { get; }
var string = paymentMethodData.jsonData;
Public ReadOnly Property JsonData As String

Property Value

String

Platform::String

winrt::hstring

Gets the JsonData.

Applies to