PaymentMethodData.JsonData 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.
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
Gets the JsonData.