Sha256: 843c651998cc5afd30356723d3349f633ded7fedabc2642667f50a244712aba9
Contents?: true
Size: 873 Bytes
Versions: 4
Compression:
Stored size: 873 Bytes
Contents
# SyncteraRubySdk::SpendingLimits ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **day** | [**SpendingLimitWithTime**](SpendingLimitWithTime.md) | | [optional] | | **description** | **String** | User provided description on the spending limits | [optional] | | **lifetime** | [**SpendingLimitWithTime**](SpendingLimitWithTime.md) | | [optional] | | **month** | [**SpendingLimitWithTime**](SpendingLimitWithTime.md) | | [optional] | | **transaction** | [**SpendingLimitsTransaction**](SpendingLimitsTransaction.md) | | [optional] | | **week** | [**SpendingLimitWithTime**](SpendingLimitWithTime.md) | | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::SpendingLimits.new( day: null, description: null, lifetime: null, month: null, transaction: null, week: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems