public class Ucv1sessionsDataMerchantInformationMerchantDescriptor extends Object
| Constructor | Description |
|---|---|
Ucv1sessionsDataMerchantInformationMerchantDescriptor() |
| Modifier and Type | Method | Description |
|---|---|---|
Ucv1sessionsDataMerchantInformationMerchantDescriptor |
address1(String address1) |
|
Ucv1sessionsDataMerchantInformationMerchantDescriptor |
administrativeArea(String administrativeArea) |
|
Ucv1sessionsDataMerchantInformationMerchantDescriptor |
alternateName(String alternateName) |
|
Ucv1sessionsDataMerchantInformationMerchantDescriptor |
contact(String contact) |
|
Ucv1sessionsDataMerchantInformationMerchantDescriptor |
country(String country) |
|
boolean |
equals(Object o) |
|
String |
getAddress1() |
The first line of the merchant's address<br><br> Optional field: This field cannot be configured through the Merchant Experience screens in the Business Center, but if required should be provided on a per‑transaction basis in the uc/v1/sessions API request.
|
String |
getAdministrativeArea() |
The administrative area of the merchant<br><br> Optional field: This field cannot be configured through the Merchant Experience screens in the Business Center, but if required should be provided on a per‑transaction basis in the uc/v1/sessions API request.
|
String |
getAlternateName() |
The alternate name of the merchant<br><br> Optional field: This field cannot be configured through the Merchant Experience screens in the Business Center, but if required should be provided on a per‑transaction basis in the uc/v1/sessions API request.
|
String |
getContact() |
Contact information for the merchant.
|
String |
getCountry() |
The country code of the merchant<br><br> Optional field: This field cannot be configured through the Merchant Experience screens in the Business Center, but if required should be provided on a per‑transaction basis in the uc/v1/sessions API request.
|
String |
getLocality() |
The locality of the merchant<br><br> Optional field: This field cannot be configured through the Merchant Experience screens in the Business Center, but if required should be provided on a per‑transaction basis in the uc/v1/sessions API request.
|
String |
getName() |
The name of the merchant<br><br> Optional field: This field cannot be configured through the Merchant Experience screens in the Business Center, but if required should be provided on a per‑transaction basis in the uc/v1/sessions API request.
|
String |
getPhone() |
The phone number of the merchant<br><br> Optional field: This field cannot be configured through the Merchant Experience screens in the Business Center, but if required should be provided on a per‑transaction basis in the uc/v1/sessions API request.
|
String |
getPostalCode() |
The postal code of the merchant<br><br> Optional field: This field cannot be configured through the Merchant Experience screens in the Business Center, but if required should be provided on a per‑transaction basis in the uc/v1/sessions API request.
|
int |
hashCode() |
|
Ucv1sessionsDataMerchantInformationMerchantDescriptor |
locality(String locality) |
|
Ucv1sessionsDataMerchantInformationMerchantDescriptor |
name(String name) |
|
Ucv1sessionsDataMerchantInformationMerchantDescriptor |
phone(String phone) |
|
Ucv1sessionsDataMerchantInformationMerchantDescriptor |
postalCode(String postalCode) |
|
void |
setAddress1(String address1) |
|
void |
setAdministrativeArea(String administrativeArea) |
|
void |
setAlternateName(String alternateName) |
|
void |
setContact(String contact) |
|
void |
setCountry(String country) |
|
void |
setLocality(String locality) |
|
void |
setName(String name) |
|
void |
setPhone(String phone) |
|
void |
setPostalCode(String postalCode) |
|
String |
toString() |
public Ucv1sessionsDataMerchantInformationMerchantDescriptor()
public Ucv1sessionsDataMerchantInformationMerchantDescriptor name(String name)
public String getName()
public void setName(String name)
public Ucv1sessionsDataMerchantInformationMerchantDescriptor alternateName(String alternateName)
public String getAlternateName()
public void setAlternateName(String alternateName)
public Ucv1sessionsDataMerchantInformationMerchantDescriptor contact(String contact)
public String getContact()
public void setContact(String contact)
public Ucv1sessionsDataMerchantInformationMerchantDescriptor locality(String locality)
public String getLocality()
public void setLocality(String locality)
public Ucv1sessionsDataMerchantInformationMerchantDescriptor phone(String phone)
public String getPhone()
public void setPhone(String phone)
public Ucv1sessionsDataMerchantInformationMerchantDescriptor country(String country)
public String getCountry()
public void setCountry(String country)
public Ucv1sessionsDataMerchantInformationMerchantDescriptor postalCode(String postalCode)
public String getPostalCode()
public void setPostalCode(String postalCode)
public Ucv1sessionsDataMerchantInformationMerchantDescriptor administrativeArea(String administrativeArea)
public String getAdministrativeArea()
public void setAdministrativeArea(String administrativeArea)
public Ucv1sessionsDataMerchantInformationMerchantDescriptor address1(String address1)
public String getAddress1()
public void setAddress1(String address1)
Copyright © 2026. All rights reserved.