setShipCountry method

void setShipCountry(
  1. String shipCountry
)

Implementation

void setShipCountry(String shipCountry) {
  this.shipCountry = shipCountry;
}