lib/plaid/models/nullable_numbers_ach.rb in plaid-14.0.0.beta.4 vs lib/plaid/models/nullable_numbers_ach.rb in plaid-14.0.0.beta.5.pre.plural.pre.income.pre.breakdown

- 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.11.0 +The version of the OpenAPI document: 2020-09-14_1.16.6 Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.1.0 =end @@ -16,13 +16,13 @@ module Plaid class NullableNumbersACH # The Plaid account ID associated with the account numbers attr_accessor :account_id - # The ACH account number for the account + # The ACH account number for the account. Note that when using OAuth with Chase Bank (`ins_56`), Chase will issue \"tokenized\" routing and account numbers, which are not the user's actual account and routing numbers. These tokenized numbers should work identically to normal account and routing numbers, with the following exceptions: real-time payments are not supported, and same-day ACH transfers using the virtual account number that are initiated within 9 hours of the Item's creation may fail. The digits returned in the mask field will continue to reflect the actual account number, rather than the tokenized account number. If a user revokes their permissions to your app, the tokenized numbers will continue to work for ACH deposits, but not withdrawals. attr_accessor :account - # The ACH routing number for the account + # The ACH routing number for the account. If the institution is `ins_56`, this may be a tokenized routing number. For more information, see the description of the `account` field. attr_accessor :routing # The wire transfer routing number for the account, if available attr_accessor :wire_routing