forked from LiveCarta/PayPal-PHP-Server-SDK
Beta Release 0.7.0 including: - Bug fixes - Updated model/function names - Updated models to reflect changes in APIs
18 lines
696 B
Markdown
18 lines
696 B
Markdown
|
|
# Seller Protection Status
|
|
|
|
Indicates whether the transaction is eligible for seller protection. For information, see [PayPal Seller Protection for Merchants](https://www.paypal.com/us/webapps/mpp/security/seller-protection).
|
|
|
|
## Enumeration
|
|
|
|
`SellerProtectionStatus`
|
|
|
|
## Fields
|
|
|
|
| Name | Description |
|
|
| --- | --- |
|
|
| `ELIGIBLE` | Your PayPal balance remains intact if the customer claims that they did not receive an item or the account holder claims that they did not authorize the payment. |
|
|
| `PARTIALLY_ELIGIBLE` | Your PayPal balance remains intact if the customer claims that they did not receive an item. |
|
|
| `NOT_ELIGIBLE` | This transaction is not eligible for seller protection. |
|
|
|