ChargeCardResponseCustomer constructor

ChargeCardResponseCustomer({
  1. String? id,
  2. String? phoneNumber,
  3. String? name,
  4. String? email,
  5. String? createdAt,
})

Implementation

ChargeCardResponseCustomer({this.id, this.phoneNumber, this.name, this.email, this.createdAt});