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