public static class PaypalWalletCustomerRequest.Builder extends Object
PaypalWalletCustomerRequest.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PaypalWalletCustomerRequest |
build()
Builds a new
PaypalWalletCustomerRequest object using the set fields. |
PaypalWalletCustomerRequest.Builder |
emailAddress(String emailAddress)
Setter for emailAddress.
|
PaypalWalletCustomerRequest.Builder |
id(String id)
Setter for id.
|
PaypalWalletCustomerRequest.Builder |
merchantCustomerId(String merchantCustomerId)
Setter for merchantCustomerId.
|
PaypalWalletCustomerRequest.Builder |
phone(PhoneWithType phone)
Setter for phone.
|
public PaypalWalletCustomerRequest.Builder id(String id)
id - String value for id.public PaypalWalletCustomerRequest.Builder emailAddress(String emailAddress)
emailAddress - String value for emailAddress.public PaypalWalletCustomerRequest.Builder phone(PhoneWithType phone)
phone - PhoneWithType value for phone.public PaypalWalletCustomerRequest.Builder merchantCustomerId(String merchantCustomerId)
merchantCustomerId - String value for merchantCustomerId.public PaypalWalletCustomerRequest build()
PaypalWalletCustomerRequest object using the set fields.PaypalWalletCustomerRequestCopyright © 2025. All rights reserved.