useEscrow property

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

현금영수증 발급 정보를 담는 객체입니다.

Implementation

Map<String, String>? cashReceipt; ///현금영수증 발급 정보를 담는 객체입니다.

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