1
0
Files
PayPal-PHP-Server-SDK/doc/models/venmo-wallet-experience-context-shipping-preference.md
Patrick Powers 1fc2cf1e07 2.0.0 Release (#58)
* Automated commit message

* Automated commit message

* add changelog

---------

Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
2025-11-13 16:32:53 -06:00

18 lines
628 B
Markdown

# Venmo Wallet Experience Context Shipping Preference
The location from which the shipping address is derived.
## Enumeration
`VenmoWalletExperienceContextShippingPreference`
## Fields
| Name | Description |
| --- | --- |
| `GET_FROM_FILE` | Get the customer-provided shipping address on the PayPal site. |
| `NO_SHIPPING` | Redacts the shipping address from the PayPal site. Recommended for digital goods. |
| `SET_PROVIDED_ADDRESS` | Get the merchant-provided address. The customer cannot change this address on the PayPal site. If merchant does not pass an address, customer can choose the address on PayPal pages. |