public class PtsV2PaymentsPost201ResponseRiskInformationTravelFirstDestination extends Object
| Constructor | Description |
|---|---|
PtsV2PaymentsPost201ResponseRiskInformationTravelFirstDestination() |
| Modifier and Type | Method | Description |
|---|---|---|
PtsV2PaymentsPost201ResponseRiskInformationTravelFirstDestination |
country(String country) |
|
boolean |
equals(Object o) |
|
String |
getCountry() |
Country of first destination on the route.
|
String |
getLatitude() |
Latitude of first destination on the route.
|
String |
getLocality() |
City of first destination on the route.
|
String |
getLongitude() |
Longitude of first destination on the route.
|
int |
hashCode() |
|
PtsV2PaymentsPost201ResponseRiskInformationTravelFirstDestination |
latitude(String latitude) |
|
PtsV2PaymentsPost201ResponseRiskInformationTravelFirstDestination |
locality(String locality) |
|
PtsV2PaymentsPost201ResponseRiskInformationTravelFirstDestination |
longitude(String longitude) |
|
void |
setCountry(String country) |
|
void |
setLatitude(String latitude) |
|
void |
setLocality(String locality) |
|
void |
setLongitude(String longitude) |
|
String |
toString() |
public PtsV2PaymentsPost201ResponseRiskInformationTravelFirstDestination()
public PtsV2PaymentsPost201ResponseRiskInformationTravelFirstDestination country(String country)
public String getCountry()
public void setCountry(String country)
public PtsV2PaymentsPost201ResponseRiskInformationTravelFirstDestination locality(String locality)
public String getLocality()
public void setLocality(String locality)
public PtsV2PaymentsPost201ResponseRiskInformationTravelFirstDestination latitude(String latitude)
public String getLatitude()
public void setLatitude(String latitude)
public PtsV2PaymentsPost201ResponseRiskInformationTravelFirstDestination longitude(String longitude)
public String getLongitude()
public void setLongitude(String longitude)
Copyright © 2026. All rights reserved.