PaymentToken.JsonDetails 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.
Details of the payment token. This contains the information that the merchant will use to process the payment. The format of the data will depend on the payment method used. For example, if the Basic Card Payment method is being used, then this must contain data conforming to the BasicCardResponse dictionary type.
public:
property Platform::String ^ JsonDetails { Platform::String ^ get(); };
winrt::hstring JsonDetails();
public string JsonDetails { get; }
var string = paymentToken.jsonDetails;
Public ReadOnly Property JsonDetails As String
Property Value
Gets the JsonDetails.