class

Plaid::TransferAuthorization

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

Contains the authorization decision for a proposed transfer.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, id : String | Nil = nil, created : Time | Nil = nil, decision : Plaid::TransferAuthorizationDecision | Nil = nil, decision_rationale : TransferAuthorizationDecisionRationale | Nil = nil, guarantee_decision : Plaid::TransferAuthorizationGuaranteeDecision | Nil = nil, guarantee_decision_rationale : TransferAuthorizationGuaranteeDecisionRationale | Nil = nil, payment_risk : TransferAuthorizationPaymentRisk | Nil = nil, proposed_transfer : TransferAuthorizationProposedTransfer | 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

created

The datetime representing when the authorization was created, in the format 2006-01-02T15:04:05Z.

Source
created=(new_value : Time | Nil)

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

Source
decision
Source
decision=(new_value : Plaid::TransferAuthorizationDecision | Nil)

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

Source
decision_rationale
Source
decision_rationale=(new_value : TransferAuthorizationDecisionRationale | Nil)

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

Source
guarantee_decision
Source
guarantee_decision=(new_value : Plaid::TransferAuthorizationGuaranteeDecision | Nil)

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

Source
guarantee_decision_rationale
Source
guarantee_decision_rationale=(new_value : TransferAuthorizationGuaranteeDecisionRationale | Nil)

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

Plaid’s unique identifier for a transfer authorization.

Source
id=(new_value : String | Nil)

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

Source
list_invalid_properties

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

Source
payment_risk
Source
payment_risk=(new_value : TransferAuthorizationPaymentRisk | Nil)

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

Source
proposed_transfer
Source
proposed_transfer=(new_value : TransferAuthorizationProposedTransfer | Nil)

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

Source
valid?

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

Source