Plaid::TransactionsSyncResponse
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
TransactionsSyncResponse defines the response schema for /transactions/sync
Constructors
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance methods
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Transactions that have been added to the Item since cursor ordered by ascending last modified time.
Custom attribute writer method checking allowed values (enum). @param [Object] added Object to be assigned
Represents if more than requested count of transaction updates exist. If true, the additional updates can be fetched by making an additional request with cursor set to next_cursor. If has_more is true, it’s important to pull all available pages, to make it less likely for underlying data changes to conflict with pagination.
Custom attribute writer method checking allowed values (enum). @param [Object] has_more Object to be assigned
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Transactions that have been modified on the Item since cursor ordered by ascending last modified time.
Custom attribute writer method checking allowed values (enum). @param [Object] modified Object to be assigned
Cursor used for fetching any future updates after the latest update provided in this response. The cursor obtained after all pages have been pulled (indicated by has_more being false) will be valid for at least 1 year. This cursor should be persisted for later calls. If transactions are not yet available, this will be an empty string.
Custom attribute writer method checking allowed values (enum). @param [Object] next_cursor Object to be assigned
Transactions that have been removed from the Item since cursor ordered by ascending last modified time.
Custom attribute writer method checking allowed values (enum). @param [Object] removed Object to be assigned
A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.
Custom attribute writer method checking allowed values (enum). @param [Object] request_id Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid