lib/plaid/models/transfer_failure.rb in plaid-14.12.0 vs lib/plaid/models/transfer_failure.rb in plaid-14.12.1

- old
+ new

@@ -1,23 +1,23 @@ =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.62.1 +The version of the OpenAPI document: 2020-09-14_1.64.13 Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.1.0 =end require 'date' require 'time' module Plaid - # The failure reason if the type of this transfer is `\"failed\"` or `\"reversed\"`. Null value otherwise. + # The failure reason if the event type for a transfer is `\"failed\"` or `\"reversed\"`. Null value otherwise. class TransferFailure - # The ACH return code, e.g. `R01`. A return code will be provided if and only if the transfer status is `reversed`. For a full listing of ACH return codes, see [Bank Transfers errors](https://plaid.com/docs/errors/bank-transfers/#ach-return-codes). + # The ACH return code, e.g. `R01`. A return code will be provided if and only if the transfer status is `reversed`. For a full listing of ACH return codes, see [Transfer errors](https://plaid.com/docs/errors/transfer/#ach-return-codes). attr_accessor :ach_return_code # A human-readable description of the reason for the failure or reversal. attr_accessor :description