PaymentIntentMandateDataClientKeyParamCustomerAcceptance constructor

const PaymentIntentMandateDataClientKeyParamCustomerAcceptance({
  1. required PaymentIntentMandateDataClientKeyParamCustomerAcceptanceOnline online,
})

customer_acceptance_param

This hash contains details about the customer acceptance of the Mandate.

Implementation

const PaymentIntentMandateDataClientKeyParamCustomerAcceptance(
    {required this.online});