public class PaymentProduct840CustomerAccount extends Object
| Constructor and Description |
|---|
PaymentProduct840CustomerAccount() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
Username with which the PayPal account holder has registered at PayPal
|
String |
getCompanyName()
Name of the company in case the PayPal account is owned by a business
|
String |
getCountryCode()
ISO 3166-1 alpha-2 country code
|
String |
getCustomerAccountStatus()
Status of the PayPal account
* verified - PayPal has verified the funding means for this account
* unverified - PayPal has not verified the funding means for this account
|
String |
getCustomerAddressStatus()
Status of the customer's shipping address as registered by PayPal
* none - Status is unknown at PayPal
* confirmed - The address has been confirmed
* unconfirmed - The address has not been confirmed
|
String |
getFirstName()
First name of the PayPal account holder
|
String |
getPayerId()
The unique identifier of a PayPal account and will never change in the life cycle of a PayPal account
|
String |
getSurname()
Surname of the PayPal account holder
|
void |
setAccountId(String value)
Username with which the PayPal account holder has registered at PayPal
|
void |
setCompanyName(String value)
Name of the company in case the PayPal account is owned by a business
|
void |
setCountryCode(String value)
ISO 3166-1 alpha-2 country code
|
void |
setCustomerAccountStatus(String value)
Status of the PayPal account
* verified - PayPal has verified the funding means for this account
* unverified - PayPal has not verified the funding means for this account
|
void |
setCustomerAddressStatus(String value)
Status of the customer's shipping address as registered by PayPal
* none - Status is unknown at PayPal
* confirmed - The address has been confirmed
* unconfirmed - The address has not been confirmed
|
void |
setFirstName(String value)
First name of the PayPal account holder
|
void |
setPayerId(String value)
The unique identifier of a PayPal account and will never change in the life cycle of a PayPal account
|
void |
setSurname(String value)
Surname of the PayPal account holder
|
PaymentProduct840CustomerAccount |
withAccountId(String value)
Username with which the PayPal account holder has registered at PayPal
|
PaymentProduct840CustomerAccount |
withCompanyName(String value)
Name of the company in case the PayPal account is owned by a business
|
PaymentProduct840CustomerAccount |
withCountryCode(String value)
ISO 3166-1 alpha-2 country code
|
PaymentProduct840CustomerAccount |
withCustomerAccountStatus(String value)
Status of the PayPal account
* verified - PayPal has verified the funding means for this account
* unverified - PayPal has not verified the funding means for this account
|
PaymentProduct840CustomerAccount |
withCustomerAddressStatus(String value)
Status of the customer's shipping address as registered by PayPal
* none - Status is unknown at PayPal
* confirmed - The address has been confirmed
* unconfirmed - The address has not been confirmed
|
PaymentProduct840CustomerAccount |
withFirstName(String value)
First name of the PayPal account holder
|
PaymentProduct840CustomerAccount |
withPayerId(String value)
The unique identifier of a PayPal account and will never change in the life cycle of a PayPal account
|
PaymentProduct840CustomerAccount |
withSurname(String value)
Surname of the PayPal account holder
|
public String getAccountId()
public void setAccountId(String value)
public PaymentProduct840CustomerAccount withAccountId(String value)
public String getCompanyName()
public void setCompanyName(String value)
public PaymentProduct840CustomerAccount withCompanyName(String value)
public String getCountryCode()
public void setCountryCode(String value)
public PaymentProduct840CustomerAccount withCountryCode(String value)
public String getCustomerAccountStatus()
public void setCustomerAccountStatus(String value)
public PaymentProduct840CustomerAccount withCustomerAccountStatus(String value)
public String getCustomerAddressStatus()
public void setCustomerAddressStatus(String value)
public PaymentProduct840CustomerAccount withCustomerAddressStatus(String value)
public String getFirstName()
public void setFirstName(String value)
public PaymentProduct840CustomerAccount withFirstName(String value)
public String getPayerId()
public void setPayerId(String value)
public PaymentProduct840CustomerAccount withPayerId(String value)
public String getSurname()
public void setSurname(String value)
public PaymentProduct840CustomerAccount withSurname(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.