Sha256: 415899393fb19d0923b585500966422b3780692ca2afc8020cd30eb94b1dfddf

Contents?: true

Size: 351 Bytes

Versions: 4

Compression:

Stored size: 351 Bytes

Contents

# SyncteraRubySdk::SpendingLimitsTransaction

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount** | **Integer** | Maximum amount allowed. Unit in cents. | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::SpendingLimitsTransaction.new(
  amount: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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