@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class InlineResponse2004OrderInformationShipTo extends Object
| Constructor and Description |
|---|
InlineResponse2004OrderInformationShipTo() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2004OrderInformationShipTo |
administrativeArea(String administrativeArea) |
InlineResponse2004OrderInformationShipTo |
country(String country) |
boolean |
equals(Object o) |
String |
getAdministrativeArea()
State or province of the shipping address.
|
String |
getCountry()
Country of the shipping address.
|
String |
getPostalCode()
Postal code for the shipping address.
|
int |
hashCode() |
InlineResponse2004OrderInformationShipTo |
postalCode(String postalCode) |
void |
setAdministrativeArea(String administrativeArea) |
void |
setCountry(String country) |
void |
setPostalCode(String postalCode) |
String |
toString() |
public InlineResponse2004OrderInformationShipTo()
public InlineResponse2004OrderInformationShipTo administrativeArea(String administrativeArea)
public String getAdministrativeArea()
public void setAdministrativeArea(String administrativeArea)
public InlineResponse2004OrderInformationShipTo postalCode(String postalCode)
public String getPostalCode()
public void setPostalCode(String postalCode)
public InlineResponse2004OrderInformationShipTo country(String country)
public String getCountry()
public void setCountry(String country)
Copyright © 2018. All rights reserved.