escrowProducts property

  1. @JsonKey(name: 'escrowProducts')
List<Map<String, Object>>? escrowProducts
getter/setter pair

에스크로 사용 여부입니다.

Implementation

bool? useEscrow; ///에스크로 사용 여부입니다.

@JsonKey(name: 'escrowProducts')
List<Map<String, Object>>? escrowProducts;