class

Plaid::LinkDeliveryMetadata

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

Information related to the related to the delivery of the link session to users

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, communication_method : Plaid::LinkDeliveryWebhookCommunicationMethod | Nil = nil, delivery_status : Plaid::LinkDeliveryWebhookDeliveryStatus | 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

communication_method
Source
communication_method=(new_value : Plaid::LinkDeliveryWebhookCommunicationMethod | Nil)

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

Source
delivery_status
Source
delivery_status=(new_value : Plaid::LinkDeliveryWebhookDeliveryStatus | Nil)

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