| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
SimplePostalAddressCoarseGrained |
SimplePostalAddressCoarseGrained.Builder.build()
Builds a new
SimplePostalAddressCoarseGrained object using the set fields. |
SimplePostalAddressCoarseGrained |
PayerInformation.getAddress()
Getter for Address.
|
SimplePostalAddressCoarseGrained |
ShippingInformation.getAddress()
Getter for Address.
|
SimplePostalAddressCoarseGrained |
ShippingInformation.getSecondaryShippingAddress()
Getter for SecondaryShippingAddress.
|
| Modifier and Type | Method and Description |
|---|---|
PayerInformation.Builder |
PayerInformation.Builder.address(SimplePostalAddressCoarseGrained address)
Setter for address.
|
ShippingInformation.Builder |
ShippingInformation.Builder.address(SimplePostalAddressCoarseGrained address)
Setter for address.
|
ShippingInformation.Builder |
ShippingInformation.Builder.secondaryShippingAddress(SimplePostalAddressCoarseGrained secondaryShippingAddress)
Setter for secondaryShippingAddress.
|
void |
PayerInformation.setAddress(SimplePostalAddressCoarseGrained address)
Setter for Address.
|
void |
ShippingInformation.setAddress(SimplePostalAddressCoarseGrained address)
Setter for Address.
|
void |
ShippingInformation.setSecondaryShippingAddress(SimplePostalAddressCoarseGrained secondaryShippingAddress)
Setter for SecondaryShippingAddress.
|
| Constructor and Description |
|---|
PayerInformation(String accountId,
String emailAddress,
Phone phoneNumber,
String addressStatus,
String payerStatus,
PayerName payerName,
String countryCode,
SimplePostalAddressCoarseGrained address)
Initialization constructor.
|
ShippingInformation(String name,
String method,
SimplePostalAddressCoarseGrained address,
SimplePostalAddressCoarseGrained secondaryShippingAddress)
Initialization constructor.
|
Copyright © 2026. All rights reserved.