lib/plaid/models/counterparty.rb in plaid-21.3.0 vs lib/plaid/models/counterparty.rb in plaid-22.0.0
- old
+ new
@@ -1,11 +1,11 @@
=begin
#The Plaid API
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
-The version of the OpenAPI document: 2020-09-14_1.419.0
+The version of the OpenAPI document: 2020-09-14_1.431.7
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.1.0
=end
@@ -17,21 +17,21 @@
# The counterparty, such as the merchant or financial institution, is extracted by Plaid from the raw description.
class Counterparty
# The name of the counterparty, such as the merchant or the financial institution, as extracted by Plaid from the raw description.
attr_accessor :name
- # A unique, stable, Plaid-generated id that maps to the counterparty.
+ # A unique, stable, Plaid-generated ID that maps to the counterparty.
attr_accessor :entity_id
attr_accessor :type
# The website associated with the counterparty.
attr_accessor :website
- # The URL of a logo associated with the counterparty, if available. The logo is formatted as a 100x100 pixel PNG file.
+ # The URL of a logo associated with the counterparty, if available. The logo will always be 100×100 pixel PNG file.
attr_accessor :logo_url
- # 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`: Error
+ # 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.
attr_accessor :confidence_level
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{