class

Plaid::TransactionsRecurringCreateResponse

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

TransactionsRecurringCreateResponse defines the response schema for the /transactions/recurring/streams/create endpoint.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, added_streams : Array(TransactionStream) | Nil = nil, modified_streams : Array(TransactionStream) | Nil = nil, removed_stream_ids : Array(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

added_streams

Streams created as a result of the operation.

Source
added_streams=(new_value : Array(TransactionStream) | Nil)

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

Other streams with transactions removed from them as a result of the operation (in no particular order).

Source
modified_streams=(new_value : Array(TransactionStream) | Nil)

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

Source
removed_stream_ids

The ids of streams that are no longer qualified as recurring transaction streams (in no particular order).

Source
removed_stream_ids=(new_value : Array(String) | Nil)

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