Customer Input
@Serializable
고객 정보 입력 정보
Constructors
Link copied to clipboard
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)