Sha256: 583c890257b321eea9709188c20dc34e239a3fdfefaa5716f828c3d058ca002d
Contents?: true
Size: 498 Bytes
Versions: 4
Compression:
Stored size: 498 Bytes
Contents
# SyncteraRubySdk::SpendingLimitWithTime ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Integer** | Maximum amount allowed within the time range. Unit in cents. | [optional] | | **transactions** | **Integer** | Maximum number of transactions allowed within the time range | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::SpendingLimitWithTime.new( amount: null, transactions: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems