class

Plaid::TransferFailure

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

The failure reason if the event type for a transfer is \"failed\" or \"returned\". Null value otherwise.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, ach_return_code : String | Nil = nil, description : 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

ach_return_code

The ACH return code, e.g. R01. A return code will be provided if and only if the transfer status is returned. For a full listing of ACH return codes, see Transfer errors.

Source
ach_return_code=(new_value : String | Nil)

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

Source
ach_return_code_present=(ach_return_code_present : Bool)
Source
ach_return_code_present?
Source
description

A human-readable description of the reason for the failure or reversal.

Source
description=(new_value : String | Nil)

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