Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PaymentResult

Payment result that's used by integrator for completing a transaction. This field will be populated by Actions on Google if the checkout experience is managed by Actions-on-Google.

Payment result used by integrator for completing a transaction.

Hierarchy

  • PaymentResult

Properties

Optional googlePaymentData

googlePaymentData: undefined | string

Google provided payment method data. If your payment processor is listed as Google supported payment processor here: https://developers.google.com/pay/api/ Navigate to your payment processor through the link to find out more details. Otherwise, refer to following documentation for payload details. https://developers.google.com/pay/api/payment-data-cryptography

Optional merchantPaymentMethodId

merchantPaymentMethodId: undefined | string

Merchant/Action provided payment method chosen by user.

Generated using TypeDoc