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