class

Plaid::BeaconUserRequestData

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

A Beacon User's data which is used to check against duplicate records and the Beacon Fraud Network.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, date_of_birth : Time | Nil = nil, name : BeaconUserName | Nil = nil, address : BeaconUserRequestAddress | Nil = nil, email_address : String | Nil = nil, phone_number : String | Nil = nil, id_number : BeaconUserIDNumber | Nil = nil, ip_address : 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
address=(new_value : BeaconUserRequestAddress | Nil)

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

Source
date_of_birth

A date in the format YYYY-MM-DD (RFC 3339 Section 5.6).

Source
date_of_birth=(new_value : Time | Nil)

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

Source
email_address

A valid email address.

Source
email_address=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] email_address 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

id_number
Source
id_number=(new_value : BeaconUserIDNumber | Nil)

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

Source
ip_address

An IPv4 or IPV6 address.

Source
ip_address=(new_value : String | Nil)

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

Source
ip_address_present=(ip_address_present : Bool)
Source
ip_address_present?
Source
list_invalid_properties

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

Source
name
Source
name=(new_value : BeaconUserName | Nil)

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

Source
phone_number

A phone number in E.164 format.

Source
phone_number=(new_value : String | Nil)

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

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

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

Source