From a494b85f2ab08c98f57c59883c07bb92e2afd193 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 17 Aug 2019 01:18:47 -0400 Subject: add a separate model for update transactions unlike creating transactions, they require a transaction id --- ynab-api/docs/UpdateTransactionWrapper.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ynab-api/docs/UpdateTransactionWrapper.md (limited to 'ynab-api/docs/UpdateTransactionWrapper.md') diff --git a/ynab-api/docs/UpdateTransactionWrapper.md b/ynab-api/docs/UpdateTransactionWrapper.md new file mode 100644 index 0000000..df6846f --- /dev/null +++ b/ynab-api/docs/UpdateTransactionWrapper.md @@ -0,0 +1,11 @@ +# UpdateTransactionWrapper + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**transaction** | [***::models::UpdateTransaction**](UpdateTransaction.md) | | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + -- cgit v1.2.3-54-g00ecf