showCustomerMobilePhone property

  1. @JsonKey(name: 'showCustomerMobilePhone')
bool? showCustomerMobilePhone
getter/setter pair

고객의 휴대폰 번호입니다. 가상계좌 입금 안내가 전송되는 번호입니다.

Implementation

String? customerMobilePhone; ///고객의 휴대폰 번호입니다. 가상계좌 입금 안내가 전송되는 번호입니다.

@JsonKey(name: 'showCustomerMobilePhone')
bool? showCustomerMobilePhone;