PaymentMethodSepaDebitGeneratedFrom constructor
const
PaymentMethodSepaDebitGeneratedFrom({
- ChargeOrId? charge,
- SetupAttemptOrId? setupAttempt,
Information about the object that generated this PaymentMethod.
Implementation
const PaymentMethodSepaDebitGeneratedFrom({
this.charge,
this.setupAttempt,
});