Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 850 Bytes

SpendingLimits.md

File metadata and controls

28 lines (22 loc) · 850 Bytes

Synctera::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'

instance = Synctera::SpendingLimits.new(
  day: null,
  description: null,
  lifetime: null,
  month: null,
  transaction: null,
  week: null
)