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

Latest commit

 

History

History
17 lines (14 loc) · 858 Bytes

Transfer.md

File metadata and controls

17 lines (14 loc) · 858 Bytes

# Transfer

Properties

Name Type Description Notes
amount int 金額
company_id int 事業所ID
date string 振替日 (yyyy-mm-dd)
description string 備考
from_walletable_id int 振替元口座ID
from_walletable_type string 振替元口座区分 (銀行口座: bank_account, クレジットカード: credit_card, 現金: wallet)
id int 取引(振替)ID
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]