Mandates constructor

Mandates({
  1. String? id,
  2. String? object,
  3. dynamic customerAcceptance,
  4. bool? livemode,
  5. dynamic multiUse,
  6. dynamic paymentMethod,
  7. dynamic paymentMethodDetails,
  8. String? status,
  9. String? type,
  10. dynamic singleUse,
})

Implementation

Mandates(
    {this.id,
    this.object,
    this.customerAcceptance,
    this.livemode,
    this.multiUse,
    this.paymentMethod,
    this.paymentMethodDetails,
    this.status,
    this.type,
    this.singleUse});