@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class PtsV2PaymentsPost201ResponseRiskInformationIpAddress extends Object
| Constructor and Description |
|---|
PtsV2PaymentsPost201ResponseRiskInformationIpAddress() |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsPost201ResponseRiskInformationIpAddress |
administrativeArea(String administrativeArea) |
PtsV2PaymentsPost201ResponseRiskInformationIpAddress |
anonymizerStatus(String anonymizerStatus) |
PtsV2PaymentsPost201ResponseRiskInformationIpAddress |
carrier(String carrier) |
PtsV2PaymentsPost201ResponseRiskInformationIpAddress |
country(String country) |
boolean |
equals(Object o) |
String |
getAdministrativeArea()
Name of the state decoded from the IP address used directly or indirectly by the customer to send the order.
|
String |
getAnonymizerStatus()
Indicates whether the transaction IP address is associated with a known anonymous proxy.
|
String |
getCarrier()
Provides the name of the organization that owns the ASN.
|
String |
getCountry()
Name of the country decoded from the IP address used directly or indirectly by the customer to send the order.
|
String |
getLocality()
Name of the city decoded from the IP address used directly or indirectly by the customer to send the order.
|
String |
getOrganization()
The Registering Organization is the entity responsible for the actions and content associated with a given block of IP addresses.
|
String |
getRoutingMethod()
Routing method decoded from the IP address used directly or indirectly by the customer to send the order.
|
int |
hashCode() |
PtsV2PaymentsPost201ResponseRiskInformationIpAddress |
locality(String locality) |
PtsV2PaymentsPost201ResponseRiskInformationIpAddress |
organization(String organization) |
PtsV2PaymentsPost201ResponseRiskInformationIpAddress |
routingMethod(String routingMethod) |
void |
setAdministrativeArea(String administrativeArea) |
void |
setAnonymizerStatus(String anonymizerStatus) |
void |
setCarrier(String carrier) |
void |
setCountry(String country) |
void |
setLocality(String locality) |
void |
setOrganization(String organization) |
void |
setRoutingMethod(String routingMethod) |
String |
toString() |
public PtsV2PaymentsPost201ResponseRiskInformationIpAddress()
public PtsV2PaymentsPost201ResponseRiskInformationIpAddress anonymizerStatus(String anonymizerStatus)
public String getAnonymizerStatus()
public void setAnonymizerStatus(String anonymizerStatus)
public PtsV2PaymentsPost201ResponseRiskInformationIpAddress locality(String locality)
public String getLocality()
public void setLocality(String locality)
public PtsV2PaymentsPost201ResponseRiskInformationIpAddress country(String country)
public String getCountry()
public void setCountry(String country)
public PtsV2PaymentsPost201ResponseRiskInformationIpAddress administrativeArea(String administrativeArea)
public String getAdministrativeArea()
public void setAdministrativeArea(String administrativeArea)
public PtsV2PaymentsPost201ResponseRiskInformationIpAddress routingMethod(String routingMethod)
public String getRoutingMethod()
public void setRoutingMethod(String routingMethod)
public PtsV2PaymentsPost201ResponseRiskInformationIpAddress carrier(String carrier)
public String getCarrier()
public void setCarrier(String carrier)
public PtsV2PaymentsPost201ResponseRiskInformationIpAddress organization(String organization)
public String getOrganization()
public void setOrganization(String organization)
Copyright © 2020. All rights reserved.