| 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). |
require 'komoju-sdk'
instance = Komoju::CreateMerchantBalanceTransferRequest.new(
merchant_id: null,
currency: null,
to: null,
amount: null
)