public class Ucv1sessionsDataBuyerInformation extends Object
| Constructor | Description |
|---|---|
Ucv1sessionsDataBuyerInformation() |
| Modifier and Type | Method | Description |
|---|---|---|
Ucv1sessionsDataBuyerInformation |
addPersonalIdentificationItem(Ucv1sessionsDataBuyerInformationPersonalIdentification personalIdentificationItem) |
|
Ucv1sessionsDataBuyerInformation |
companyTaxId(String companyTaxId) |
|
Ucv1sessionsDataBuyerInformation |
dateOfBirth(String dateOfBirth) |
|
boolean |
equals(Object o) |
|
String |
getCompanyTaxId() |
The Company Tax ID<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 |
getDateOfBirth() |
The date of birth<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 |
getLanguage() |
The preferred language<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 |
getMerchantCustomerId() |
The Merchant Customer ID<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.
|
List<Ucv1sessionsDataBuyerInformationPersonalIdentification> |
getPersonalIdentification() |
Get personalIdentification
|
int |
hashCode() |
|
Ucv1sessionsDataBuyerInformation |
language(String language) |
|
Ucv1sessionsDataBuyerInformation |
merchantCustomerId(String merchantCustomerId) |
|
Ucv1sessionsDataBuyerInformation |
personalIdentification(List<Ucv1sessionsDataBuyerInformationPersonalIdentification> personalIdentification) |
|
void |
setCompanyTaxId(String companyTaxId) |
|
void |
setDateOfBirth(String dateOfBirth) |
|
void |
setLanguage(String language) |
|
void |
setMerchantCustomerId(String merchantCustomerId) |
|
void |
setPersonalIdentification(List<Ucv1sessionsDataBuyerInformationPersonalIdentification> personalIdentification) |
|
String |
toString() |
public Ucv1sessionsDataBuyerInformation personalIdentification(List<Ucv1sessionsDataBuyerInformationPersonalIdentification> personalIdentification)
public Ucv1sessionsDataBuyerInformation addPersonalIdentificationItem(Ucv1sessionsDataBuyerInformationPersonalIdentification personalIdentificationItem)
public List<Ucv1sessionsDataBuyerInformationPersonalIdentification> getPersonalIdentification()
public void setPersonalIdentification(List<Ucv1sessionsDataBuyerInformationPersonalIdentification> personalIdentification)
public Ucv1sessionsDataBuyerInformation merchantCustomerId(String merchantCustomerId)
public String getMerchantCustomerId()
public void setMerchantCustomerId(String merchantCustomerId)
public Ucv1sessionsDataBuyerInformation companyTaxId(String companyTaxId)
public String getCompanyTaxId()
public void setCompanyTaxId(String companyTaxId)
public Ucv1sessionsDataBuyerInformation dateOfBirth(String dateOfBirth)
public String getDateOfBirth()
public void setDateOfBirth(String dateOfBirth)
public Ucv1sessionsDataBuyerInformation language(String language)
public String getLanguage()
public void setLanguage(String language)
Copyright © 2026. All rights reserved.