addShipState method

SSLCShipmentInfoInitializer addShipState(
  1. String shipState
)

Implementation

SSLCShipmentInfoInitializer addShipState(String shipState) {
  this.shipState = shipState;
  return this;
}