Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 837 Bytes

TransferParams.md

File metadata and controls

16 lines (13 loc) · 837 Bytes

# TransferParams

Properties

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

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