Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (14 loc) · 651 Bytes

DealPaymentParams.md

File metadata and controls

25 lines (14 loc) · 651 Bytes

FreeeAccountingClient.DealPaymentParams

Properties

Name Type Description Notes
companyId Number 事業所ID
_date String 支払日
fromWalletableType String 口座区分 (銀行口座: bank_account, クレジットカード: credit_card, 現金: wallet)
fromWalletableId Number 口座ID
amount Number 金額

Enum: FromWalletableTypeEnum

  • bank_account (value: "bank_account")

  • credit_card (value: "credit_card")

  • wallet (value: "wallet")