PaymentMethodSepaDebitGeneratedFrom constructor

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

Information about the object that generated this PaymentMethod.

Implementation

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