PaymentIntentMandateData constructor
const
PaymentIntentMandateData({
- required PaymentIntentCustomerAcceptance customerAcceptance,
secret_key_param
This hash contains details about the Mandate to create. This parameter can only be used with [`confirm=true`](https://stripe.com/docs/api/payment\_intents/create#create\_payment_intent-confirm).
Implementation
const PaymentIntentMandateData({required this.customerAcceptance});