alias Stripe::PaymentMethodDetailsPaypalSellerProtection
Overview
The level of protection offered as defined by PayPal Seller Protection for Merchants, for this transaction.
Alias Definition
Stripe::PaypalSellerProtection
Defined in:
stripe/models/payment_method_details_paypal_seller_protection.crConstant Summary
-
ERROR_MESSAGE_FOR_DISPUTE_CATEGORIES =
"invalid value for \"dispute_categories\", must be one of [fraudulent, product_not_received]."
-
ERROR_MESSAGE_FOR_STATUS =
"invalid value for \"status\", must be one of [eligible, not_eligible, partially_eligible]."
-
VALID_VALUES_FOR_DISPUTE_CATEGORIES =
String.static_array("fraudulent", "product_not_received")
-
VALID_VALUES_FOR_STATUS =
String.static_array("eligible", "not_eligible", "partially_eligible")