| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
PaypalWalletCustomer |
PaypalWalletCustomer.Builder.build()
Builds a new
PaypalWalletCustomer object using the set fields. |
PaypalWalletCustomer |
PaypalWalletVaultResponse.getCustomer()
Getter for Customer.
|
| Modifier and Type | Method and Description |
|---|---|
PaypalWalletVaultResponse.Builder |
PaypalWalletVaultResponse.Builder.customer(PaypalWalletCustomer customer)
Setter for customer.
|
void |
PaypalWalletVaultResponse.setCustomer(PaypalWalletCustomer customer)
Setter for Customer.
|
| Constructor and Description |
|---|
PaypalWalletVaultResponse(String id,
PaypalWalletVaultStatus status,
List<LinkDescription> links,
PaypalWalletCustomer customer)
Initialization constructor.
|
Copyright © 2025. All rights reserved.