CustomerUpsertRequest constructor

CustomerUpsertRequest({
  1. String? idempotencyKey,
  2. String? nickname,
  3. String? referenceId,
  4. CustomerTaxIds? taxIds,
  5. String? familyName,
  6. String? givenName,
  7. String? companyName,
  8. String? phoneNumber,
  9. Address? address,
  10. String? emailAddress,
  11. String? note,
  12. String? birthday,
})

Implementation

CustomerUpsertRequest({
  this.idempotencyKey,this.nickname,
  this.referenceId, this.taxIds,
  this.familyName, this.givenName,
  this.companyName, this.phoneNumber, this.address, this.emailAddress,
  this.note, this.birthday
});