Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 561 Bytes

File metadata and controls

22 lines (16 loc) · 561 Bytes

Komoju::MerchantBalance

Properties

Name Type Description Notes
currency Currency
frequency SettlementFrequency
settlement_minimum_amount Integer Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD).

Example

require 'komoju-sdk'

instance = Komoju::MerchantBalance.new(
  currency: null,
  frequency: null,
  settlement_minimum_amount: null
)