class

Plaid::RiskCheckLinkedService

Inherits OpenApi::Json < OpenApi::Validatable < Reference < Object

Constants

ERROR_MESSAGE = "invalid value for \"RiskCheckLinkedService\", must be one of [\"apple\", \"ebay\", \"facebook\", \"flickr\", \"foursquare\", \"github\", \"google\", \"gravatar\", \"instagram\", \"lastfm\", \"linkedin\", \"microsoft\", \"myspace\", \"pinterest\", \"skype\", \"spotify\", \"telegram\", \"tumblr\", \"twitter\", \"viber\", \"vimeo\", \"weibo\", \"whatsapp\", \"yahoo\", \"airbnb\", \"amazon\", \"booking\", \"discord\", \"kakao\", \"ok\", \"qzone\", \"line\", \"snapchat\", \"zalo\"]."
VALID_VALUES = String.static_array("apple", "ebay", "facebook", "flickr", "foursquare", "github", "google", "gravatar", "instagram", "lastfm", "linkedin", "microsoft", "myspace", "pinterest", "skype", "spotify", "telegram", "tumblr", "twitter", "viber", "vimeo", "weibo", "whatsapp", "yahoo", "airbnb", "amazon", "booking", "discord", "kakao", "ok", "qzone", "line", "snapchat", "zalo")

Constructors

from_json(value : JSON::PullParser) : RiskCheckLinkedService
Source
new(data : String, strict : Bool = true)
Source

Class methods

from_json_object_key?(key : String)
Source
to_json(value : RiskCheckLinkedService, json : JSON::Builder) : Nil
Source

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

data
Source
data=(data : String)
Source
error_message
Source
hash(hasher)

See Object#hash(hasher)

list_invalid_properties
Source
to_json(json : JSON::Builder) : Nil
Source
to_json_object_key(*args, **options)
Source
to_json_object_key(*args, **options, &)
Source
valid?
Source
validate
Source