billTo property

  1. @JsonKey.new(name: "billTo")
BillTo? billTo
getter/setter pair

Implementation

@JsonKey(name: "billTo")
BillTo? billTo;