width property

  1. @JsonParameter(Necessity.optional, ['parcel', 'width'])
  2. @SubJsonParameter(CreateShipment, Necessity.optional, ['width'])
  3. @SubJsonParameter(RetrieveQuotedRates, Necessity.optional, ['width'])
double? width
getter/setter pair

Implementation

@JsonParameter(Necessity.optional, ['parcel', 'width'])
@SubJsonParameter(CreateShipment, Necessity.optional, ['width'])
@SubJsonParameter(RetrieveQuotedRates, Necessity.optional, ['width'])
double? width;