CustomerInput

constructor(id: String? = null, name: CustomerNameInput? = null, birthYear: String? = null, birthMonth: String? = null, birthDay: String? = null, country: Country? = null, gender: Gender? = null, email: String? = null, phoneNumber: String? = null, address: SeparatedAddressInput? = null, zipcode: String? = null, businessRegistrationNumber: String? = null)