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