InputPaymentCredentialsGooglePay constructor

const InputPaymentCredentialsGooglePay({
  1. required DataJSONBase paymentToken,
})

Input Payment Credentials Google Pay constructor.

Implementation

const InputPaymentCredentialsGooglePay({required this.paymentToken})
    : super._();