public class Acpv1tokensBuyerInformation extends Object
| Constructor and Description |
|---|
Acpv1tokensBuyerInformation() |
| Modifier and Type | Method and Description |
|---|---|
Acpv1tokensBuyerInformation |
addPersonalIdentificationItem(Acpv1tokensBuyerInformationPersonalIdentification personalIdentificationItem) |
boolean |
equals(Object o) |
String |
getLanguage()
(Required) Consumer-provided language choice.
|
String |
getMerchantCustomerId()
Reference identifier of the Consumer.
|
List<Acpv1tokensBuyerInformationPersonalIdentification> |
getPersonalIdentification()
Get personalIdentification
|
int |
hashCode() |
Acpv1tokensBuyerInformation |
language(String language) |
Acpv1tokensBuyerInformation |
merchantCustomerId(String merchantCustomerId) |
Acpv1tokensBuyerInformation |
personalIdentification(List<Acpv1tokensBuyerInformationPersonalIdentification> personalIdentification) |
void |
setLanguage(String language) |
void |
setMerchantCustomerId(String merchantCustomerId) |
void |
setPersonalIdentification(List<Acpv1tokensBuyerInformationPersonalIdentification> personalIdentification) |
String |
toString() |
public Acpv1tokensBuyerInformation merchantCustomerId(String merchantCustomerId)
public String getMerchantCustomerId()
public void setMerchantCustomerId(String merchantCustomerId)
public Acpv1tokensBuyerInformation personalIdentification(List<Acpv1tokensBuyerInformationPersonalIdentification> personalIdentification)
public Acpv1tokensBuyerInformation addPersonalIdentificationItem(Acpv1tokensBuyerInformationPersonalIdentification personalIdentificationItem)
public List<Acpv1tokensBuyerInformationPersonalIdentification> getPersonalIdentification()
public void setPersonalIdentification(List<Acpv1tokensBuyerInformationPersonalIdentification> personalIdentification)
public Acpv1tokensBuyerInformation language(String language)
public String getLanguage()
public void setLanguage(String language)
Copyright © 2026. All rights reserved.