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

Latest commit

 

History

History
23 lines (12 loc) · 550 Bytes

WalletablesCreateResponse.md

File metadata and controls

23 lines (12 loc) · 550 Bytes

FreeeAccountingClient.WalletablesCreateResponse

Properties

Name Type Description Notes
id Number 口座ID
name String 口座名, 最大255文字
type String 口座区分 (銀行口座: bank_account, クレジットカード: credit_card, 現金: wallet) [optional]

Enum: TypeEnum

  • bank_account (value: "bank_account")

  • credit_card (value: "credit_card")

  • wallet (value: "wallet")