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) · 767 Bytes

WalletTxnParams.md

File metadata and controls

16 lines (13 loc) · 767 Bytes

# WalletTxnParams

Properties

Name Type Description Notes
amount int 取引金額
balance int 残高 (銀行口座等) [optional]
company_id int 事業所ID
date string 取引日 (yyyy-mm-dd)
description string 取引内容 [optional]
entry_side string 入金/出金 (入金: income, 出金: expense)
walletable_id int 口座ID
walletable_type string 口座区分 (銀行口座: bank_account, クレジットカード: credit_card, 現金: wallet)

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