TokenizeGooglePayResponse
public protocol TokenizeGooglePayResponse
The JSON response structure of the Tokenize Google Pay endpoint.
-
The new payment token to be used for payments. The payment token is a unique identifier for the payment instrument.
Declaration
Swift
var paymentToken: String { get }