SyncteraRubySdk::Balance
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| balance | Integer | balance in ISO 4217 minor currency units. Unit in cents. | [readonly] |
| type | BalanceType |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::Balance.new(
balance: 2399,
type: null
)