CreateCustomerTokenRequest constructor

CreateCustomerTokenRequest({
  1. String? appId,
  2. String? firstName,
  3. String? lastName,
  4. String? email,
  5. String? phoneNumber,
  6. String? cardType,
  7. String? cardBrand,
  8. String? card,
  9. Device? device,
  10. String? deviceId,
})

Implementation

CreateCustomerTokenRequest({
    this.appId,
    this.firstName,
    this.lastName,
    this.email,
    this.phoneNumber,
    this.cardType,
    this.cardBrand,
    this.card,
    this.device,
this.deviceId});