PaymentMethodAttachOptions constructor

const PaymentMethodAttachOptions({
  1. required String customer,
  2. List<String>? expand,
})

Implementation

const PaymentMethodAttachOptions({
  required this.customer,
  this.expand,
});