customerEmail property

  1. @JsonKey(name: 'customerEmail')
String? customerEmail
getter/setter pair

고객의 이름입니다. 최대 길이는 100자입니다.

Implementation

String? customerName ; /// 고객의 이름입니다. 최대 길이는 100자입니다.

@JsonKey(name: 'customerEmail')
String? customerEmail;