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] |
require 'synctera'
instance = Synctera::SpendingLimits.new(
day: null,
description: null,
lifetime: null,
month: null,
transaction: null,
week: null
)