public static class PaypalPaymentOption.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PaypalPaymentOption |
build() |
PaypalPaymentOption.Builder |
copy(PaypalPaymentOption model) |
PaypalPaymentOption.Builder |
emailAddress(String emailAddress)
The email address of the paypal user.
|
PaypalPaymentOption.Builder |
extBillingAgreementId(String extBillingAgreementId)
Agreement id for the paypal account.
|
PaypalPaymentOption.Builder |
firstName(String firstName)
First name of the paypal user.
|
PaypalPaymentOption.Builder |
lastName(String lastName)
Last name of the paypal user.
|
PaypalPaymentOption.Builder |
walletInstrumentId(String walletInstrumentId) |
PaypalPaymentOption.Builder |
walletTransactionId(String walletTransactionId) |
public PaypalPaymentOption.Builder walletInstrumentId(String walletInstrumentId)
public PaypalPaymentOption.Builder walletTransactionId(String walletTransactionId)
public PaypalPaymentOption.Builder emailAddress(String emailAddress)
The email address of the paypal user.
emailAddress
- the value to setpublic PaypalPaymentOption.Builder firstName(String firstName)
First name of the paypal user.
firstName
- the value to setpublic PaypalPaymentOption.Builder lastName(String lastName)
Last name of the paypal user.
lastName
- the value to setpublic PaypalPaymentOption.Builder extBillingAgreementId(String extBillingAgreementId)
Agreement id for the paypal account.
extBillingAgreementId
- the value to setpublic PaypalPaymentOption build()
public PaypalPaymentOption.Builder copy(PaypalPaymentOption model)
Copyright © 2016–2024. All rights reserved.