Plaid::TransactionCounterparty
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
The counterparty, such as the merchant or financial institution, is extracted by Plaid from the raw description.
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
Custom attribute writer method checking allowed values (enum). @param [Object] _type Object to be assigned
A description of how confident we are that the provided counterparty is involved in the transaction. VERY_HIGH: We recognize this counterparty and we are more than 98% confident that it is involved in this transaction. HIGH: We recognize this counterparty and we are more than 90% confident that it is involved in this transaction. MEDIUM: We are moderately confident that this counterparty was involved in this transaction, but some details may differ from our records. LOW: We didn’t find a matching counterparty in our records, so we are returning a cleansed name parsed out of the request description. UNKNOWN: We don’t know the confidence level for this counterparty.
Custom attribute writer method checking allowed values (enum). @param [Object] confidence_level Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] entity_id 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
The URL of a logo associated with the counterparty, if available. The logo will always be 100×100 pixel PNG file.
Custom attribute writer method checking allowed values (enum). @param [Object] logo_url Object to be assigned
The name of the counterparty, such as the merchant or the financial institution, as extracted by Plaid from the raw description.
Custom attribute writer method checking allowed values (enum). @param [Object] name Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid