class

Plaid::BaseReportWarning

Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object

It is possible for an Base Report to be returned with missing account owner information. In such cases, the Base Report will contain warning data in the response, indicating why obtaining the owner information failed.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, warning_type : String | Nil = nil, warning_code : Plaid::BaseReportWarningCode | Nil = nil, cause : Plaid::Cause | Nil = nil)

Initializes the object @param [Hash] attributes Model attributes in the form of hash

Source

Instance methods

==(other : self)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

cause
Source
cause=(new_value : Plaid::Cause | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] cause Object to be assigned

Source
hash(hasher)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

list_invalid_properties

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons

Source
valid?

Check to see if the all the properties in the model are valid @return true if the model is valid

Source
warning_code
Source
warning_code=(new_value : Plaid::BaseReportWarningCode | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] warning_code Object to be assigned

Source
warning_type

The warning type, which will always be BASE_REPORT_WARNING

Source
warning_type=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] warning_type Object to be assigned

Source