GooglePayTransactionDetail

public protocol GooglePayTransactionDetail

Undocumented

  • The container transaction type to use for google pay credit card instruments.

    Declaration

    Swift

    var creditCard: PreauthPurchase { get }
  • The container transaction type to use for google pay debit card instruments.

    Declaration

    Swift

    var debitCard: Purchase { get }