PaymentIntentCustomerAcceptance constructor
const
PaymentIntentCustomerAcceptance({
- DateTime? acceptedAt,
- Object? offline,
- PaymentIntentOnline? online,
- required CustomerAcceptanceType type,
customer_acceptance_param
This hash contains details about the customer acceptance of the Mandate.
Implementation
const PaymentIntentCustomerAcceptance({
this.acceptedAt,
this.offline,
this.online,
required this.type,
});