Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 381 Bytes

Balance.md

File metadata and controls

20 lines (14 loc) · 381 Bytes

Synctera::Balance

Properties

Name Type Description Notes
balance Integer balance in ISO 4217 minor currency units. Unit in cents. [readonly]
type BalanceType

Example

require 'synctera'

instance = Synctera::Balance.new(
  balance: 2399,
  type: null
)