Sha256: 7def05d7ff45c006dd4abd53e8dbca6b0b3c5de0b87c35931d041296918d4d0e
Contents?: true
Size: 1.22 KB
Versions: 3
Compression:
Stored size: 1.22 KB
Contents
# OpenapiClient::StandInDetails ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **stand_in_type** | **String** | Indicates standin instruction type. | **number_of_debits** | **String** | Indicates number of standin instruction debits.Possible values can be two digit number or UN (Until it is cancelled) or ND (Not defined). | **si_validated** | **Boolean** | Indicates standin instruction validation flag, it can be true or false. \"false\" - Not validated, \"true\" - Validated. | **maximum_transaction_amount** | **Float** | Maximum debit amount per standin instruction transaction. | **si_hub_id** | **String** | Unique identifier for standin instruction. | **frequency** | **String** | Indicates frequency of the standin instruction debit. | ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::StandInDetails.new(stand_in_type: FIXED_AMOUNT, number_of_debits: 12, si_validated: true, maximum_transaction_amount: 1800, si_hub_id: Y3PCO6QGHT, frequency: MONTHLY) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.14.0 | docs/StandInDetails.md |
first_data_gateway-1.13.0 | docs/StandInDetails.md |
first_data_gateway-1.12.0 | docs/StandInDetails.md |