shippingMethod property

  1. @JsonKey.new(name: "shippingMethod")
ShippingMethod? shippingMethod
getter/setter pair

Implementation

@JsonKey(name: "shippingMethod")
ShippingMethod? shippingMethod;