PaymentIntentApplyCustomerBalanceOptions constructor

const PaymentIntentApplyCustomerBalanceOptions({
  1. int? amount,
  2. String? currency,
  3. List<String>? expand,
})

Implementation

const PaymentIntentApplyCustomerBalanceOptions({
  this.amount,
  this.currency,
  this.expand,
});