AttachPaymentMethodOpts constructor

AttachPaymentMethodOpts({
  1. String? customer,
  2. String? id,
  3. bool? setDefault,
})

Implementation

AttachPaymentMethodOpts({this.customer, this.id, this.setDefault});