Package com.onlinepayments.domain
Class PaymentProduct840CustomerAccount
java.lang.Object
com.onlinepayments.domain.PaymentProduct840CustomerAccount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUsername with which the PayPal account holder has registered at PayPalName of the company in case the PayPal account is owned by a businessISO 3166-1 alpha-2 country codeStatus of the PayPal account verified - PayPal has verified the funding means for this account unverified - PayPal has not verified the funding means for this accountStatus 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 confirmedFirst name of the PayPal account holderThe unique identifier of a PayPal account and will never change in the life cycle of a PayPal accountSurname of the PayPal account holdervoidsetAccountId(String value) Username with which the PayPal account holder has registered at PayPalvoidsetCompanyName(String value) Name of the company in case the PayPal account is owned by a businessvoidsetCountryCode(String value) ISO 3166-1 alpha-2 country codevoidsetCustomerAccountStatus(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 accountvoidsetCustomerAddressStatus(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 confirmedvoidsetFirstName(String value) First name of the PayPal account holdervoidsetPayerId(String value) The unique identifier of a PayPal account and will never change in the life cycle of a PayPal accountvoidsetSurname(String value) Surname of the PayPal account holderwithAccountId(String value) Username with which the PayPal account holder has registered at PayPalwithCompanyName(String value) Name of the company in case the PayPal account is owned by a businesswithCountryCode(String value) ISO 3166-1 alpha-2 country codewithCustomerAccountStatus(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 accountwithCustomerAddressStatus(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 confirmedwithFirstName(String value) First name of the PayPal account holderwithPayerId(String value) The unique identifier of a PayPal account and will never change in the life cycle of a PayPal accountwithSurname(String value) Surname of the PayPal account holder
-
Constructor Details
-
PaymentProduct840CustomerAccount
public PaymentProduct840CustomerAccount()
-
-
Method Details
-
getAccountId
Username with which the PayPal account holder has registered at PayPal -
setAccountId
Username with which the PayPal account holder has registered at PayPal -
withAccountId
Username with which the PayPal account holder has registered at PayPal -
getCompanyName
Name of the company in case the PayPal account is owned by a business -
setCompanyName
Name of the company in case the PayPal account is owned by a business -
withCompanyName
Name of the company in case the PayPal account is owned by a business -
getCountryCode
ISO 3166-1 alpha-2 country code -
setCountryCode
ISO 3166-1 alpha-2 country code -
withCountryCode
ISO 3166-1 alpha-2 country code -
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
-
setCustomerAccountStatus
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
-
withCustomerAccountStatus
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
-
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
-
setCustomerAddressStatus
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
-
withCustomerAddressStatus
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
-
getFirstName
First name of the PayPal account holder -
setFirstName
First name of the PayPal account holder -
withFirstName
First name of the PayPal account holder -
getPayerId
The unique identifier of a PayPal account and will never change in the life cycle of a PayPal account -
setPayerId
The unique identifier of a PayPal account and will never change in the life cycle of a PayPal account -
withPayerId
The unique identifier of a PayPal account and will never change in the life cycle of a PayPal account -
getSurname
Surname of the PayPal account holder -
setSurname
Surname of the PayPal account holder -
withSurname
Surname of the PayPal account holder
-