setShipCity method

void setShipCity(
  1. String shipCity
)

Implementation

void setShipCity(String shipCity) {
  this.shipCity = shipCity;
}