PaymentResponse.PaymentToken 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.
The payment token.
public:
property PaymentToken ^ PaymentToken { PaymentToken ^ get(); };
PaymentToken PaymentToken();
public PaymentToken PaymentToken { get; }
var paymentToken = paymentResponse.paymentToken;
Public ReadOnly Property PaymentToken As PaymentToken
Property Value
Gets the PaymentToken.