Plaid::SignalDecisionReportRequest
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
SignalDecisionReportRequest defines the request schema for /signal/decision/report
Constants
Constructors
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance methods
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
The amount (in USD) made available to your customers instantly following the debit transaction. It could be a partial amount of the requested transaction (example: 102.05).
Custom attribute writer method checking allowed values (enum). @param [Object] amount_instantly_available Object to be assigned
Your Plaid API client_id. The client_id is required and may be provided either in the PLAID-CLIENT-ID header or as part of a request body.
Custom attribute writer method checking allowed values (enum). @param [Object] client_id Object to be assigned
Must be the same as the client_transaction_id supplied when calling /signal/evaluate
Custom attribute writer method checking allowed values (enum). @param [Object] client_transaction_id Object to be assigned
The actual number of days (hold time) since the ACH debit transaction that you wait before making funds available to your customers. The holding time could affect the ACH return rate. For example, use 0 if you make funds available to your customers instantly or the same day following the debit transaction, or 1 if you make funds available the next day following the debit initialization.
Custom attribute writer method checking allowed values (enum). @param [Object] days_funds_on_hold Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] decision_outcome Object to be assigned
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
true if the ACH transaction was initiated, false otherwise. This field must be returned as a boolean. If formatted incorrectly, this will result in an INVALID_FIELD error.
Custom attribute writer method checking allowed values (enum). @param [Object] initiated Object to be assigned
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Custom attribute writer method checking allowed values (enum). @param [Object] payment_method Object to be assigned
Your Plaid API secret. The secret is required and may be provided either in the PLAID-SECRET header or as part of a request body.
Custom attribute writer method checking allowed values (enum). @param [Object] secret Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid