lib/plaid/models/transaction.rb in plaid-25.0.0 vs lib/plaid/models/transaction.rb in plaid-26.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.496.2 +The version of the OpenAPI document: 2020-09-14_1.503.0 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.3.0 =end @@ -46,11 +46,11 @@ attr_accessor :name # The merchant name, as enriched by Plaid from the `name` field. This is typically a more human-readable version of the merchant counterparty in the transaction. For some bank transactions (such as checks or account transfers) where there is no meaningful merchant name, this value will be `null`. attr_accessor :merchant_name - # The string returned by the financial institution to describe the transaction. For transactions returned by `/transactions/sync` or `/transactions/get`, this field is in beta and will be omitted unless the client is both enrolled in the closed beta program and has set `options.include_original_description` to `true`. + # The string returned by the financial institution to describe the transaction. For transactions returned by `/transactions/sync` or `/transactions/get`, this field will be omitted unless the client has set `options.include_original_description` to `true`. attr_accessor :original_description attr_accessor :payment_meta # When `true`, identifies the transaction as pending or unsettled. Pending transaction details (name, type, amount, category ID) may change before they are settled. @@ -94,10 +94,10 @@ attr_accessor :personal_finance_category_icon_url # The counterparties present in the transaction. Counterparties, such as the merchant or the financial institution, are extracted by Plaid from the raw description. attr_accessor :counterparties - # A unique, stable, Plaid-generated ID that maps to the merchant. + # A unique, stable, Plaid-generated ID that maps to the merchant. In the case of a merchant with multiple retail locations, this field will map to the broader merchant, not a specific location or store. attr_accessor :merchant_entity_id class EnumAttributeValidator attr_reader :datatype attr_reader :allowable_values