@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class PtsV2PaymentsPost201ResponseRiskInformationTravelLastDestination extends Object
| Constructor and Description |
|---|
PtsV2PaymentsPost201ResponseRiskInformationTravelLastDestination() |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsPost201ResponseRiskInformationTravelLastDestination |
country(String country) |
boolean |
equals(Object o) |
String |
getCountry()
Country of last destination on the route.
|
String |
getLatitude()
Latitude of last destination on the route.
|
String |
getLocality()
City of last destination on the route.
|
String |
getLongitude()
Longitude of last destination on the route.
|
int |
hashCode() |
PtsV2PaymentsPost201ResponseRiskInformationTravelLastDestination |
latitude(String latitude) |
PtsV2PaymentsPost201ResponseRiskInformationTravelLastDestination |
locality(String locality) |
PtsV2PaymentsPost201ResponseRiskInformationTravelLastDestination |
longitude(String longitude) |
void |
setCountry(String country) |
void |
setLatitude(String latitude) |
void |
setLocality(String locality) |
void |
setLongitude(String longitude) |
String |
toString() |
public PtsV2PaymentsPost201ResponseRiskInformationTravelLastDestination()
public PtsV2PaymentsPost201ResponseRiskInformationTravelLastDestination country(String country)
public String getCountry()
public void setCountry(String country)
public PtsV2PaymentsPost201ResponseRiskInformationTravelLastDestination locality(String locality)
public String getLocality()
public void setLocality(String locality)
public PtsV2PaymentsPost201ResponseRiskInformationTravelLastDestination latitude(String latitude)
public String getLatitude()
public void setLatitude(String latitude)
public PtsV2PaymentsPost201ResponseRiskInformationTravelLastDestination longitude(String longitude)
public String getLongitude()
public void setLongitude(String longitude)
Copyright © 2020. All rights reserved.