Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 883 Bytes

TransferParams.md

File metadata and controls

18 lines (13 loc) · 883 Bytes

TransferParams

Properties

Name Type Description Notes
to_walletable_id i32 振替先口座ID
to_walletable_type String 振替先口座区分 (銀行口座: bank_account, クレジットカード: credit_card, 現金: wallet)
from_walletable_id i32 振替元口座ID
from_walletable_type String 振替元口座区分 (銀行口座: bank_account, クレジットカード: credit_card, 現金: wallet)
amount i64 金額
date String 振替日 (yyyy-mm-dd)
company_id i32 事業所ID
description Option<String> 備考 [optional]

[Back to Model list] [Back to API list] [Back to README]