public class Ptsv2paymentsRecipientInformation extends Object
| Constructor and Description |
|---|
Ptsv2paymentsRecipientInformation() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsRecipientInformation |
accountId(String accountId) |
Ptsv2paymentsRecipientInformation |
accountType(String accountType) |
Ptsv2paymentsRecipientInformation |
address1(String address1) |
Ptsv2paymentsRecipientInformation |
beneficiaryAddress(String beneficiaryAddress) |
Ptsv2paymentsRecipientInformation |
beneficiaryId(String beneficiaryId) |
Ptsv2paymentsRecipientInformation |
beneficiaryName(String beneficiaryName) |
Ptsv2paymentsRecipientInformation |
country(String country) |
Ptsv2paymentsRecipientInformation |
dateOfBirth(String dateOfBirth) |
boolean |
equals(Object o) |
Ptsv2paymentsRecipientInformation |
firstName(String firstName) |
String |
getAccountId()
Identifier for the recipient's account.
|
String |
getAccountType()
Identifies the recipient's account type.
|
String |
getAddress1()
The street address of the recipient This field is applicable for AFT and OCT transactions.
|
String |
getBeneficiaryAddress()
Only for e-wallets: The ultimate beneficiary's street address (street, zip code, city), excluding the country.
|
String |
getBeneficiaryId()
Only for e-wallets: ID, username, hash or anything uniquely identifying the ultimate beneficiary.
|
String |
getBeneficiaryName()
Only for e-wallets: The ultimate beneficiary's full name.
|
String |
getCountry()
The country associated with the address of the recipient.
|
String |
getDateOfBirth()
Recipient's date of birth.
|
String |
getFirstName()
First name of the recipient.
|
String |
getLastName()
Last name of the recipient.
|
String |
getMiddleName()
Middle name of the recipient.
|
String |
getPostalCode()
Partial postal code for the recipient's address.
|
int |
hashCode() |
Ptsv2paymentsRecipientInformation |
lastName(String lastName) |
Ptsv2paymentsRecipientInformation |
middleName(String middleName) |
Ptsv2paymentsRecipientInformation |
postalCode(String postalCode) |
void |
setAccountId(String accountId) |
void |
setAccountType(String accountType) |
void |
setAddress1(String address1) |
void |
setBeneficiaryAddress(String beneficiaryAddress) |
void |
setBeneficiaryId(String beneficiaryId) |
void |
setBeneficiaryName(String beneficiaryName) |
void |
setCountry(String country) |
void |
setDateOfBirth(String dateOfBirth) |
void |
setFirstName(String firstName) |
void |
setLastName(String lastName) |
void |
setMiddleName(String middleName) |
void |
setPostalCode(String postalCode) |
String |
toString() |
public Ptsv2paymentsRecipientInformation accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public Ptsv2paymentsRecipientInformation accountType(String accountType)
public String getAccountType()
public void setAccountType(String accountType)
public Ptsv2paymentsRecipientInformation firstName(String firstName)
public String getFirstName()
public void setFirstName(String firstName)
public Ptsv2paymentsRecipientInformation middleName(String middleName)
public String getMiddleName()
public void setMiddleName(String middleName)
public Ptsv2paymentsRecipientInformation lastName(String lastName)
public String getLastName()
public void setLastName(String lastName)
public Ptsv2paymentsRecipientInformation address1(String address1)
public String getAddress1()
public void setAddress1(String address1)
public Ptsv2paymentsRecipientInformation postalCode(String postalCode)
public String getPostalCode()
public void setPostalCode(String postalCode)
public Ptsv2paymentsRecipientInformation country(String country)
public String getCountry()
public void setCountry(String country)
public Ptsv2paymentsRecipientInformation dateOfBirth(String dateOfBirth)
public String getDateOfBirth()
public void setDateOfBirth(String dateOfBirth)
public Ptsv2paymentsRecipientInformation beneficiaryId(String beneficiaryId)
public String getBeneficiaryId()
public void setBeneficiaryId(String beneficiaryId)
public Ptsv2paymentsRecipientInformation beneficiaryName(String beneficiaryName)
public String getBeneficiaryName()
public void setBeneficiaryName(String beneficiaryName)
public Ptsv2paymentsRecipientInformation beneficiaryAddress(String beneficiaryAddress)
public String getBeneficiaryAddress()
public void setBeneficiaryAddress(String beneficiaryAddress)
Copyright © 2024. All rights reserved.