PaymentIntentCustomerAcceptance constructor

const PaymentIntentCustomerAcceptance({
  1. DateTime? acceptedAt,
  2. Object? offline,
  3. PaymentIntentOnline? online,
  4. 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,
});