Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 359 Bytes

AccountSummaryBalanceCeiling.md

File metadata and controls

18 lines (12 loc) · 359 Bytes

Synctera::AccountSummaryBalanceCeiling

Properties

Name Type Description Notes
balance Integer Maximum balance in the account's currency. Unit in cents. [optional]

Example

require 'synctera'

instance = Synctera::AccountSummaryBalanceCeiling.new(
  balance: null
)