Share via


PaymentToken.JsonDetails Property

Definition

Overloads

JsonDetails

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.

JsonDetails

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

String

Platform::String

winrt::hstring

Gets the JsonDetails.

Applies to