This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #94 from freee/auto-generated
2.28.0
- Loading branch information
Showing
40 changed files
with
3,605 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
invokerPackage: Freee\Accounting | ||
gitUserId: freee | ||
gitRepoId: freee-accounting-sdk-php | ||
artifactVersion: v2.27.0 | ||
artifactVersion: v2.28.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
docs/Model/ExpenseApplicationCreateParamsExpenseApplicationLines1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# # ExpenseApplicationCreateParamsExpenseApplicationLines1 | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**amount** | **int** | 金額 | [optional] | ||
**description** | **string** | 内容 (250文字以内) | [optional] | ||
**expense_application_line_template_id** | **int** | 経費科目ID | [optional] | ||
|
||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# # ExpenseApplicationCreateParamsPurchaseLines | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**expense_application_lines** | [**\Freee\Accounting\Model\ExpenseApplicationCreateParamsExpenseApplicationLines1[]**](ExpenseApplicationCreateParamsExpenseApplicationLines1.md) | 明細行一覧(配列) | [optional] | ||
**receipt_id** | **int** | ファイルボックス(証憑ファイル)ID | [optional] | ||
**transaction_date** | **string** | 日付 (yyyy-mm-dd) | [optional] | ||
|
||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
docs/Model/ExpenseApplicationResponseExpenseApplicationExpenseApplicationLines1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# # ExpenseApplicationResponseExpenseApplicationExpenseApplicationLines1 | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**amount** | **int** | 金額 | [optional] | ||
**description** | **string** | 内容 | [optional] | ||
**expense_application_line_template_id** | **int** | 経費科目ID | [optional] | ||
**id** | **int** | 明細行ID | | ||
|
||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) |
12 changes: 12 additions & 0 deletions
12
docs/Model/ExpenseApplicationResponseExpenseApplicationPurchaseLines.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# # ExpenseApplicationResponseExpenseApplicationPurchaseLines | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**expense_application_lines** | [**\Freee\Accounting\Model\ExpenseApplicationResponseExpenseApplicationExpenseApplicationLines1[]**](ExpenseApplicationResponseExpenseApplicationExpenseApplicationLines1.md) | 明細行一覧(配列) | [optional] | ||
**id** | **int** | 経費申請の申請行ID | | ||
**receipt_id** | **int** | ファイルボックス(証憑ファイル)ID | [optional] | ||
**transaction_date** | **string** | 日付 (yyyy-mm-dd) | [optional] | ||
|
||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
docs/Model/ExpenseApplicationUpdateParamsExpenseApplicationLines1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# # ExpenseApplicationUpdateParamsExpenseApplicationLines1 | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**amount** | **int** | 金額 | [optional] | ||
**description** | **string** | 内容 (250文字以内) | [optional] | ||
**expense_application_line_template_id** | **int** | 経費科目ID | [optional] | ||
**id** | **int** | 経費申請の明細行ID: 既存明細行を更新する場合に指定します。IDを指定しない明細行は、新規行として扱われ追加されます。また、expense_application_linesに含まれない既存の明細行は削除されます。更新後も残したい行は、必ず経費申請の明細行IDを指定してexpense_application_linesに含めてください。 | [optional] | ||
|
||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) |
Oops, something went wrong.