CreatePaymentMethodOpts constructor

CreatePaymentMethodOpts({
  1. Address? billingAddress,
  2. CreateCardOpts? card,
})

Implementation

CreatePaymentMethodOpts({
  this.billingAddress,
  this.card,
  // this.token,
  // this.metadata,
});