Class: PaypalServerSdk::PaypalWalletAccountVerificationStatus
- Inherits:
-
Object
- Object
- PaypalServerSdk::PaypalWalletAccountVerificationStatus
- Defined in:
- lib/paypal_server_sdk/models/paypal_wallet_account_verification_status.rb
Overview
The account status indicates whether the buyer has verified the financial details associated with their PayPal account.
Constant Summary collapse
- PAYPAL_WALLET_ACCOUNT_VERIFICATION_STATUS =
[ # TODO: Write general description for VERIFIED VERIFIED = 'VERIFIED'.freeze, # TODO: Write general description for UNVERIFIED UNVERIFIED = 'UNVERIFIED'.freeze ].freeze
Class Method Summary collapse
Class Method Details
.validate(value) ⇒ Object
18 19 20 21 22 |
# File 'lib/paypal_server_sdk/models/paypal_wallet_account_verification_status.rb', line 18 def self.validate(value) return false if value.nil? true end |