Package com.onlinepayments.domain
Class PaymentProduct840SpecificOutput
java.lang.Object
com.onlinepayments.domain.PaymentProduct840SpecificOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing billing address details.Object containing the details of the PayPal accountObject containing billing address details.Kind of seller protection in force for the PayPal transactionvoidsetBillingAddress(Address value) Object containing billing address details.voidObject containing the details of the PayPal accountvoidsetCustomerAddress(Address value) Object containing billing address details.voidKind of seller protection in force for the PayPal transactionwithBillingAddress(Address value) Object containing billing address details.Object containing the details of the PayPal accountwithCustomerAddress(Address value) Object containing billing address details.Kind of seller protection in force for the PayPal transaction
-
Constructor Details
-
PaymentProduct840SpecificOutput
public PaymentProduct840SpecificOutput()
-
-
Method Details
-
getBillingAddress
Object containing billing address details. -
setBillingAddress
Object containing billing address details. -
withBillingAddress
Object containing billing address details. -
getCustomerAccount
Object containing the details of the PayPal account -
setCustomerAccount
Object containing the details of the PayPal account -
withCustomerAccount
Object containing the details of the PayPal account -
getCustomerAddress
Object containing billing address details. -
setCustomerAddress
Object containing billing address details. -
withCustomerAddress
Object containing billing address details. -
getProtectionEligibility
Kind of seller protection in force for the PayPal transaction -
setProtectionEligibility
Kind of seller protection in force for the PayPal transaction -
withProtectionEligibility
Kind of seller protection in force for the PayPal transaction
-