1
0

Automated commit message

This commit is contained in:
PayPalServerSDKs
2025-03-20 15:58:25 +00:00
parent bba7e8b3d0
commit 40adb43e15
707 changed files with 22368 additions and 9237 deletions

View File

@@ -9,10 +9,10 @@ A classification for the method of purchase fulfillment.
## Fields
| Name |
| --- |
| `SHIPPING` |
| `PICKUP` |
| `PICKUP_IN_STORE` |
| `PICKUP_FROM_PERSON` |
| Name | Description |
| --- | --- |
| `SHIPPING` | The payer intends to receive the items at a specified address. |
| `PICKUP` | DEPRECATED. To ensure that seller protection is correctly assigned, please use 'PICKUP_IN_STORE' or 'PICKUP_FROM_PERSON' instead. Currently, this field indicates that the payer intends to pick up the items at a specified address (ie. a store address). |
| `PICKUP_IN_STORE` | The payer intends to pick up the item(s) from the payee's physical store. Also termed as BOPIS, "Buy Online, Pick-up in Store". Seller protection is provided with this option. |
| `PICKUP_FROM_PERSON` | The payer intends to pick up the item(s) from the payee in person. Also termed as BOPIP, "Buy Online, Pick-up in Person". Seller protection is not available, since the payer is receiving the item from the payee in person, and can validate the item prior to payment. |