SourceAcceptance constructor
const
SourceAcceptance({
- DateTime? date,
- String? ip,
- SourceOffline? offline,
- AccountOwnershipDeclaration? online,
- required MandateBacsDebitNetworkStatus status,
- CustomerAcceptanceType? type,
- String? userAgent,
mandate_acceptance_params
The parameters required to notify Stripe of a mandate acceptance or refusal by the customer.
Implementation
const SourceAcceptance({
this.date,
this.ip,
this.offline,
this.online,
required this.status,
this.type,
this.userAgent,
});