1
0
Files
PayPal-PHP-Server-SDK/doc/models/paypal-wallet-contact-preference.md
2025-05-27 17:46:31 +00:00

18 lines
936 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Paypal Wallet Contact Preference
The preference to display the contact information (buyers shipping email & phone number) on PayPal's checkout for easy merchant-buyer communication.
## Enumeration
`PaypalWalletContactPreference`
## Fields
| Name | Description |
| --- | --- |
| `NO_CONTACT_INFO` | The merchant can opt out of showing buyer's contact information on PayPal checkout. |
| `UPDATE_CONTACT_INFO` | The merchant allows buyer to add or update shipping contact information on the PayPal checkout. Please ensure to use this updated information returned in shipping.email_address and shipping.phone_number to contact your buyers. |
| `RETAIN_CONTACT_INFO` | The buyer can only see but can not override merchant passed contact information (shipping.email_address and shipping.phone_number) on PayPal checkout. NOTE: If you don't pass the contact information, the behavior is the same as NO_CONTACT_INFO preference. |