MollieCustomer constructor

MollieCustomer({
  1. String? id,
  2. String? mode,
  3. String? name,
  4. String? email,
  5. String? locale,
  6. dynamic metaData,
  7. String? createdAt,
  8. String? selfUrl,
  9. String? documentationUrl,
})

Implementation

MollieCustomer(
    {this.id,
    this.mode,
    this.name,
    this.email,
    this.locale,
    this.metaData,
    this.createdAt,
    this.selfUrl,
    this.documentationUrl});