lib/plaid/models/liability_override.rb in plaid-14.0.0.beta.3 vs lib/plaid/models/liability_override.rb in plaid-14.0.0.beta.4
- old
+ new
@@ -1,24 +1,24 @@
=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.8.0
+The version of the OpenAPI document: 2020-09-14_1.11.0
Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 5.0.0
+OpenAPI Generator version: 5.1.0
=end
require 'date'
require 'time'
module Plaid
# Used to configure Sandbox test data for the Liabilities product
class LiabilityOverride
- # The type of the liability object, either `credit` or `student`.
+ # The type of the liability object, either `credit` or `student`. Mortgages are not currently supported in the custom Sandbox.
attr_accessor :type
# The purchase APR percentage value. For simplicity, this is the only interest rate used to calculate interest charges. Can only be set if `type` is `credit`.
attr_accessor :purchase_apr
@@ -67,17 +67,15 @@
attr_accessor :is_federal
# Override the `loan_name` field. Can only be set if `type` is `student`.
attr_accessor :loan_name
- # Override the `loan_status` field. Can only be set if `type` is `student`.
attr_accessor :loan_status
# Override the `payment_reference_number` field. Can only be set if `type` is `student`.
attr_accessor :payment_reference_number
- # Override the `pslf_status` field. Can only be set if `type` is `student`.
attr_accessor :pslf_status
# Override the `repayment_plan.description` field. Can only be set if `type` is `student`.
attr_accessor :repayment_plan_description
@@ -144,12 +142,12 @@
:'repayment_model' => :'StudentLoanRepaymentModel',
:'expected_payoff_date' => :'String',
:'guarantor' => :'String',
:'is_federal' => :'Boolean',
:'loan_name' => :'String',
- :'loan_status' => :'String',
+ :'loan_status' => :'StudentLoanStatus',
:'payment_reference_number' => :'String',
- :'pslf_status' => :'String',
+ :'pslf_status' => :'PSLFStatus',
:'repayment_plan_description' => :'String',
:'repayment_plan_type' => :'String',
:'sequence_number' => :'String',
:'servicer_address' => :'Address'
}