SepaDebitGeneratedFrom constructor

const SepaDebitGeneratedFrom({
  1. ChargeOrId? charge,
  2. SetupAttemptOrId? setupAttempt,
})

sepa_debit_generated_from

Implementation

const SepaDebitGeneratedFrom({
  this.charge,
  this.setupAttempt,
});