class

Plaid::AccountProductAccess

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

Allow the application to access specific products on this account

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, account_data : Bool | Nil = true, statements : Bool | Nil = true, tax_documents : Bool | Nil = true)

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

account_data

Allow the application to access account data. Only used by certain partners. If relevant to the partner and unset, defaults to true.

Source
account_data=(new_value : Bool | Nil)

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

Source
account_data_present=(account_data_present : Bool)
Source
account_data_present?
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
statements

Allow the application to access bank statements. Only used by certain partners. If relevant to the partner and unset, defaults to true.

Source
statements=(new_value : Bool | Nil)

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

Source
statements_present=(statements_present : Bool)
Source
statements_present?
Source
tax_documents

Allow the application to access tax documents. Only used by certain partners. If relevant to the partner and unset, defaults to true.

Source
tax_documents=(new_value : Bool | Nil)

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

Source
tax_documents_present=(tax_documents_present : Bool)
Source
tax_documents_present?
Source
valid?

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

Source