class

Plaid::ItemStatusLastWebhook

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

Information about the last webhook fired for the Item.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, sent_at : Time | Nil = nil, code_sent : 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

code_sent

The last webhook code sent.

Source
code_sent=(new_value : String | Nil)

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

Source
code_sent_present=(code_sent_present : Bool)
Source
code_sent_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
sent_at

ISO 8601 timestamp of when the webhook was fired.

Source
sent_at=(new_value : Time | Nil)

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

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

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

Source