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 |
getBillingAgreementId()
Identification of the PayPal recurring billing agreement
|
String |
getCompanyName()
Name of the company in case the PayPal account is owned by a business
|
String |
getContactPhone()
The phone number of the PayPal account holder
|
String |
getCountryCode()
Country where the PayPal account is located
|
String |
getCustomerAccountStatus()
Status of the PayPal account.
Possible values are:
|
String |
getCustomerAddressStatus()
Status of the customer's shipping address as registered by PayPal
Possible values are:
|
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 |
setBillingAgreementId(String value)
Identification of the PayPal recurring billing agreement
|
void |
setCompanyName(String value)
Name of the company in case the PayPal account is owned by a business
|
void |
setContactPhone(String value)
The phone number of the PayPal account holder
|
void |
setCountryCode(String value)
Country where the PayPal account is located
|
void |
setCustomerAccountStatus(String value)
Status of the PayPal account.
Possible values are:
|
void |
setCustomerAddressStatus(String value)
Status of the customer's shipping address as registered by PayPal
Possible values are:
|
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
|
public String getAccountId()
public void setAccountId(String value)
public String getBillingAgreementId()
public void setBillingAgreementId(String value)
public String getCompanyName()
public void setCompanyName(String value)
public String getContactPhone()
public void setContactPhone(String value)
public String getCountryCode()
public void setCountryCode(String value)
public String getCustomerAccountStatus()
public void setCustomerAccountStatus(String value)
public String getCustomerAddressStatus()
public void setCustomerAddressStatus(String value)
public String getFirstName()
public void setFirstName(String value)
public String getPayerId()
public void setPayerId(String value)
public String getSurname()
public void setSurname(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.