1
0

Automated commit message

This commit is contained in:
PayPalServerSDKs
2025-05-27 17:46:31 +00:00
parent 671a2b2e5a
commit 3964c1732b
233 changed files with 3121 additions and 1544 deletions

View File

@@ -0,0 +1,17 @@
# 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. |