Plaid::PaymentInitiationMetadata
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
Metadata that captures what specific payment configurations an institution supports when making Payment Initiation requests.
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
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
A mapping of currency to maximum payment amount (denominated in the smallest unit of currency) supported by the institution. Example: {\"GBP\": \"10000\"}
Custom attribute writer method checking allowed values (enum). @param [Object] maximum_payment_amount Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] standing_order_metadata Object to be assigned
Indicates whether the institution supports payments from a different country.
Custom attribute writer method checking allowed values (enum). @param [Object] supports_international_payments Object to be assigned
Indicates whether the institution supports returning refund details when initiating a payment.
Custom attribute writer method checking allowed values (enum). @param [Object] supports_refund_details Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] supports_sepa_instant Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid