Uses of Class
com.onlinepayments.domain.PaymentProduct840CustomerAccount
Packages that use PaymentProduct840CustomerAccount
-
Uses of PaymentProduct840CustomerAccount in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentProduct840CustomerAccountModifier and TypeMethodDescriptionPaymentProduct840SpecificOutput.getCustomerAccount()Object containing the details of the PayPal accountPaymentProduct840CustomerAccount.withAccountId(String value) Username with which the PayPal account holder has registered at PayPalPaymentProduct840CustomerAccount.withCompanyName(String value) Name of the company in case the PayPal account is owned by a businessPaymentProduct840CustomerAccount.withCountryCode(String value) ISO 3166-1 alpha-2 country codePaymentProduct840CustomerAccount.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 accountPaymentProduct840CustomerAccount.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 confirmedPaymentProduct840CustomerAccount.withFirstName(String value) First name of the PayPal account holderPaymentProduct840CustomerAccount.withPayerId(String value) The unique identifier of a PayPal account and will never change in the life cycle of a PayPal accountPaymentProduct840CustomerAccount.withSurname(String value) Surname of the PayPal account holderMethods in com.onlinepayments.domain with parameters of type PaymentProduct840CustomerAccountModifier and TypeMethodDescriptionvoidPaymentProduct840SpecificOutput.setCustomerAccount(PaymentProduct840CustomerAccount value) Object containing the details of the PayPal accountPaymentProduct840SpecificOutput.withCustomerAccount(PaymentProduct840CustomerAccount value) Object containing the details of the PayPal account