Sha256: f32e4aa68aa910b9f69141dd742416d0fb2c5a2623ab839aa295a9555a83bd62

Contents?: true

Size: 1.98 KB

Versions: 4

Compression:

Stored size: 1.98 KB

Contents

# SyncteraRubySdk::SpendControlResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **action_case** | **Boolean** | If set, create a case for transactions that do not conform to the spend control |  |
| **action_decline** | **Boolean** | If set, decline transactions that do not conform to the spend control |  |
| **amount_limit** | **Integer** | Monetary limit for the spend control in the smallest currency unit (eg cents) |  |
| **creation_time** | **Time** | The timestamp representing when the spend control was created | [readonly] |
| **direction** | [**SpendControlDirection**](SpendControlDirection.md) |  | [optional] |
| **id** | **String** | Spend Control ID | [readonly] |
| **is_active** | **Boolean** | Indicates if spend control is active |  |
| **last_modified_time** | **Time** | The timestamp representing when the spend control was last modified | [readonly] |
| **merchant_category_codes** | **Array<String>** | merchant category codes for spend control | [optional] |
| **name** | **String** | Name assigned to spend control |  |
| **payment_types** | [**Array<PaymentType>**](PaymentType.md) | A list of payment types to which a spend control will apply, if set. If not set or the array is empty, then the spend control will apply to all types of payments. | [optional] |
| **time_range** | [**SpendControlTimeRange**](SpendControlTimeRange.md) |  |  |
| **number_of_related_accounts** | **Integer** | A count of how many accounts are using this spend control |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::SpendControlResponse.new(
  action_case: null,
  action_decline: null,
  amount_limit: null,
  creation_time: 2010-05-06T12:23:34.321Z,
  direction: null,
  id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
  is_active: true,
  last_modified_time: 2010-05-06T12:23:34.321Z,
  merchant_category_codes: null,
  name: null,
  payment_types: null,
  time_range: null,
  number_of_related_accounts: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/SpendControlResponse.md
synctera_ruby_sdk-1.1.2 docs/SpendControlResponse.md
synctera_ruby_sdk-1.1.1 docs/SpendControlResponse.md
synctera_ruby_sdk-1.0.0 docs/SpendControlResponse.md