orderDestinationAddress property

  1. @JsonKey.new(name: "orderDestinationAddress")
OrderAddress? orderDestinationAddress
getter/setter pair

Implementation

@JsonKey(name: "orderDestinationAddress")
OrderAddress? orderDestinationAddress;