TokenizeGooglePayRequest

public protocol TokenizeGooglePayRequest

The JSON request structure of the Tokenize Google Pay endpoint.

  • The type/schema value from the Google Pay wallet.

    Declaration

    Swift

    var instrumentType: String { get }
  • The display text returned by the Google Pay wallet.

    Declaration

    Swift

    var comment: String { get }
  • The “tokenData” payload from the Google Pay wallet.

    Declaration

    Swift

    var tokenData: String { get }