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