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

Latest commit

 

History

History
19 lines (16 loc) · 2.2 KB

PaymentRequestCreateParamsPaymentRequestLines.md

File metadata and controls

19 lines (16 loc) · 2.2 KB

# PaymentRequestCreateParamsPaymentRequestLines

Properties

Name Type Description Notes
account_item_id int 勘定科目ID [optional]
amount int 金額
description string 内容 [optional]
item_id int 品目ID [optional]
line_type string '行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)'<br> 'デフォルトは deal_line: 支払依頼の通常取引行 です'<br> '※ negative_line は2023年3月下旬から利用できる予定です' [optional]
section_id int 部門ID [optional]
segment_1_tag_id int セグメント1ID<br> セグメントタグ一覧の取得APIを利用して取得してください。<br> <a href=&quot;https://support.freee.co.jp/hc/ja/articles/360020679611\" target=&quot;_blank&quot;>セグメント(分析用タグ)の設定</a><br> [optional]
segment_2_tag_id int セグメント2ID(法人向けエンタープライズプラン)<br> セグメントタグ一覧の取得APIを利用して取得してください。<br> <a href=&quot;https://support.freee.co.jp/hc/ja/articles/360020679611\" target=&quot;_blank&quot;>セグメント(分析用タグ)の設定</a><br> [optional]
segment_3_tag_id int セグメント3ID(法人向けエンタープライズプラン)<br> セグメントタグ一覧の取得APIを利用して取得してください。<br> <a href=&quot;https://support.freee.co.jp/hc/ja/articles/360020679611\" target=&quot;_blank&quot;>セグメント(分析用タグ)の設定</a><br> [optional]
tag_ids int[] メモタグID [optional]
tax_code int 税区分コード<br> 勘定科目IDを指定する場合は必須です。 [optional]

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