Class: PaypalServerSdk::RefundIncompleteReason
- Inherits:
-
Object
- Object
- PaypalServerSdk::RefundIncompleteReason
- Defined in:
- lib/paypal_server_sdk/models/refund_incomplete_reason.rb
Overview
The reason why the refund has the ‘PENDING` or `FAILED` status.
Constant Summary collapse
- REFUND_INCOMPLETE_REASON =
[ # The customer's account is funded through an eCheck, which has not yet # cleared. ECHECK = 'ECHECK'.freeze ].freeze
Class Method Summary collapse
Class Method Details
.validate(value) ⇒ Object
15 16 17 18 19 |
# File 'lib/paypal_server_sdk/models/refund_incomplete_reason.rb', line 15 def self.validate(value) return false if value.nil? true end |