SyncteraRubySdk::SpendingLimits
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| day | SpendingLimitWithTime | [optional] | |
| description | String | User provided description on the spending limits | [optional] |
| lifetime | SpendingLimitWithTime | [optional] | |
| month | SpendingLimitWithTime | [optional] | |
| transaction | SpendingLimitsTransaction | [optional] | |
| week | SpendingLimitWithTime | [optional] |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::SpendingLimits.new(
day: null,
description: null,
lifetime: null,
month: null,
transaction: null,
week: null
)