InvoicePayOptions constructor

const InvoicePayOptions({
  1. List<String>? expand,
  2. bool? forgive,
  3. String? mandate,
  4. bool? offSession,
  5. bool? paidOutOfBand,
  6. String? paymentMethod,
  7. String? source,
})

Implementation

const InvoicePayOptions({
  this.expand,
  this.forgive,
  this.mandate,
  this.offSession,
  this.paidOutOfBand,
  this.paymentMethod,
  this.source,
});