public class Ptsv2billingagreementsBuyerInformation extends Object
| Constructor and Description |
|---|
Ptsv2billingagreementsBuyerInformation() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2billingagreementsBuyerInformation |
dateOfBirth(String dateOfBirth) |
boolean |
equals(Object o) |
Ptsv2billingagreementsBuyerInformation |
gender(String gender) |
String |
getDateOfBirth()
Recipient's date of birth.
|
String |
getGender()
Customer's gender.
|
String |
getLanguage()
language setting of the user
|
String |
getMerchantCustomerId()
Your identifier for the customer.
|
int |
hashCode() |
Ptsv2billingagreementsBuyerInformation |
language(String language) |
Ptsv2billingagreementsBuyerInformation |
merchantCustomerId(String merchantCustomerId) |
void |
setDateOfBirth(String dateOfBirth) |
void |
setGender(String gender) |
void |
setLanguage(String language) |
void |
setMerchantCustomerId(String merchantCustomerId) |
String |
toString() |
public Ptsv2billingagreementsBuyerInformation()
public Ptsv2billingagreementsBuyerInformation merchantCustomerId(String merchantCustomerId)
public String getMerchantCustomerId()
public void setMerchantCustomerId(String merchantCustomerId)
public Ptsv2billingagreementsBuyerInformation dateOfBirth(String dateOfBirth)
public String getDateOfBirth()
public void setDateOfBirth(String dateOfBirth)
public Ptsv2billingagreementsBuyerInformation gender(String gender)
public String getGender()
public void setGender(String gender)
public Ptsv2billingagreementsBuyerInformation language(String language)
public String getLanguage()
public void setLanguage(String language)
Copyright © 2025. All rights reserved.