Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 637 Bytes

File metadata and controls

24 lines (18 loc) · 637 Bytes

Komoju::CreateMerchantBalanceTransferRequest

Properties

Name Type Description Notes
merchant_id String A unique 25-character alphanumeric resource identifier. [optional]
currency Currency
to String
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::CreateMerchantBalanceTransferRequest.new(
  merchant_id: null,
  currency: null,
  to: null,
  amount: null
)