class Plaid::RiskCheckLinkedService
Constants
- ABOUTME
- ADOBE
- ADULT_SITES
- AIRBNB
- ALTBALAJI
- AMAZON
- APPLE
- ARCHIVEORG
- ATLASSIAN
- BITMOJI
- BODYBUILDING
- BOOKING
- BUKALAPAK
- CODECADEMY
- DELIVEROO
- DIIGO
- DISCORD
- DISNEYPLUS
- DUOLINGO
- EBAY
- ENVATO
- EVENTBRITE
- EVERNOTE
- FIREFOX
- FLICKR
- FLIPKART
- FOURSQUARE
- FREELANCER
- GAANA
- GIPHY
- GITHUB
- GRAVATAR
- HUBSPOT
- IMGUR
- JDID
- KAKAO
- KOMMO
- KOMOOT
- LASTFM
- LAZADA
- LINE
- MAILRU
- MICROSOFT
- MYSPACE
- NETFLIX
- NIKE
- OK
- PATREON
- PLURK
- QUORA
- QZONE
- RAMBLER
- RAPPI
- REPLIT
- SAMSUNG
- SEOCLERKS
- SHOPCLUES
- SKYPE
- SNAPCHAT
- SNAPDEAL
- SOUNDCLOUD
- SPOTIFY
- STARZ
- STRAVA
- TARINGA
- TELEGRAM
- TIKI
- TOKOPEDIA
- TREEHOUSE
- TUMBLR
- VENMO
- VIBER
- VIMEO
- VIVINO
- VKONTAKTE
- WATTPAD
- WORDPRESS
- YAHOO
- YANDEX
- ZALO
- ZOHO
Public Class Methods
build_from_hash(value)
click to toggle source
Builds the enum from string @param [String] The enum value in the form of the string @return [String] The enum value
# File lib/plaid/models/risk_check_linked_service.rb, line 112 def self.build_from_hash(value) new.build_from_hash(value) end
Public Instance Methods
build_from_hash(value)
click to toggle source
Builds the enum from string @param [String] The enum value in the form of the string @return [String] The enum value
# File lib/plaid/models/risk_check_linked_service.rb, line 119 def build_from_hash(value) # We do not validate that the value is one of the enums set in the OpenAPI # file because we want to be able to add to our list of enums without # breaking this client library. value end