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

Latest commit

 

History

History
20 lines (17 loc) · 1.34 KB

WalletTxn.md

File metadata and controls

20 lines (17 loc) · 1.34 KB

# WalletTxn

Properties

Name Type Description Notes
amount int 取引金額
balance int 残高(銀行口座等)
company_id int 事業所ID
date string 取引日(yyyy-mm-dd)
description string 取引内容
due_amount int 未決済金額
entry_side string 入金/出金 (入金: income, 出金: expense)
id int 明細ID
rule_matched bool 登録時に<a href=&quot;https://support.freee.co.jp/hc/ja/articles/202848350-明細の自動登録ルールを設定する\" target=&quot;_blank&quot;>自動登録ルールの設定</a>が適用され、登録処理が実行された場合、 trueになります。〜を推測する、〜の消込をするの条件の場合は一致してもfalseになります。
status int 明細のステータス(消込待ち: 1, 消込済み: 2, 無視: 3, 消込中: 4, 対象外: 6)
walletable_id int 口座ID
walletable_type string 口座区分 (銀行口座: bank_account, クレジットカード: credit_card, 現金: wallet)

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