class

Plaid::IncomeVerificationPrecheckEmployer

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

Information about the end user's employer

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, name : String | Nil = nil, address : Plaid::IncomeVerificationPrecheckEmployerAddress | Nil = nil, tax_id : String | Nil = nil, url : String | 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

address
Source

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

Source
address_present=(address_present : Bool)
Source
address_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
name

The employer's name

Source
name=(new_value : String | Nil)

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

Source
name_present=(name_present : Bool)
Source
name_present?
Source
tax_id

The employer's tax id

Source
tax_id=(new_value : String | Nil)

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

Source
tax_id_present=(tax_id_present : Bool)
Source
tax_id_present?
Source
url

The URL for the employer's public website

Source
url=(new_value : String | Nil)

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

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

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

Source