public class Ptsv2paymentsMerchantInformationServiceLocation extends Object
| Constructor and Description |
|---|
Ptsv2paymentsMerchantInformationServiceLocation() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsMerchantInformationServiceLocation |
countryCode(String countryCode) |
Ptsv2paymentsMerchantInformationServiceLocation |
countrySubdivisionCode(String countrySubdivisionCode) |
boolean |
equals(Object o) |
String |
getCountryCode()
#### Visa Platform Connect Merchant's service location country code.
|
String |
getCountrySubdivisionCode()
#### Visa Platform Connect Merchant's service location country subdivision code.
|
String |
getLocality()
#### Visa Platform Connect Merchant's service location city name.
|
String |
getPostalCode()
#### Visa Platform Connect Merchant's service location postal code.
|
int |
hashCode() |
Ptsv2paymentsMerchantInformationServiceLocation |
locality(String locality) |
Ptsv2paymentsMerchantInformationServiceLocation |
postalCode(String postalCode) |
void |
setCountryCode(String countryCode) |
void |
setCountrySubdivisionCode(String countrySubdivisionCode) |
void |
setLocality(String locality) |
void |
setPostalCode(String postalCode) |
String |
toString() |
public Ptsv2paymentsMerchantInformationServiceLocation()
public Ptsv2paymentsMerchantInformationServiceLocation locality(String locality)
public String getLocality()
public void setLocality(String locality)
public Ptsv2paymentsMerchantInformationServiceLocation countrySubdivisionCode(String countrySubdivisionCode)
public String getCountrySubdivisionCode()
public void setCountrySubdivisionCode(String countrySubdivisionCode)
public Ptsv2paymentsMerchantInformationServiceLocation countryCode(String countryCode)
public String getCountryCode()
public void setCountryCode(String countryCode)
public Ptsv2paymentsMerchantInformationServiceLocation postalCode(String postalCode)
public String getPostalCode()
public void setPostalCode(String postalCode)
Copyright © 2025. All rights reserved.