docs/LoyaltiesApi.md in voucherify-6.0.0 vs docs/LoyaltiesApi.md in voucherify-7.0.0

- old
+ new

@@ -1415,11 +1415,13 @@ end api_instance = VoucherifySdk::LoyaltiesApi.new member_id = 'member_id_example' # String | A unique code identifying the loyalty card that you are looking to retrieve transaction data for. opts = { - limit: 56 # Integer | Limits the number of objects to be returned. The limit can range between 1 and 100 items. If no limit is set, it returns 10 items. + limit: 56, # Integer | Limits the number of objects to be returned. The limit can range between 1 and 100 items. If no limit is set, it returns 10 items. + order: VoucherifySdk::ParameterOrderListTransactions::ID, # ParameterOrderListTransactions | Sorts the results using one of the filtering options, where the dash - preceding a sorting option means sorting in a descending order. + starting_after_id: 'starting_after_id_example' # String | A cursor for pagination. It retrieves the transactions starting after a transaction with the given ID. } begin # List Loyalty Card Transactions result = api_instance.list_loyalty_card_transactions(member_id, opts) @@ -1433,10 +1435,12 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **member_id** | **String** | A unique code identifying the loyalty card that you are looking to retrieve transaction data for. | | | **limit** | **Integer** | Limits the number of objects to be returned. The limit can range between 1 and 100 items. If no limit is set, it returns 10 items. | [optional] | +| **order** | [**ParameterOrderListTransactions**](.md) | Sorts the results using one of the filtering options, where the dash - preceding a sorting option means sorting in a descending order. | [optional] | +| **starting_after_id** | **String** | A cursor for pagination. It retrieves the transactions starting after a transaction with the given ID. | [optional] | ### Return type [**LoyaltiesMembersTransactionsListResponseBody**](LoyaltiesMembersTransactionsListResponseBody.md) @@ -1479,11 +1483,12 @@ api_instance = VoucherifySdk::LoyaltiesApi.new campaign_id = 'campaign_id_example' # String | A unique identifier of the loyalty campaign containing the voucher whose transactions you would like to return. member_id = 'member_id_example' # String | A unique code identifying the loyalty card that you are looking to retrieve transaction data for. opts = { limit: 56, # Integer | Limits the number of objects to be returned. The limit can range between 1 and 100 items. If no limit is set, it returns 10 items. - page: 56 # Integer | Which page of results to return. The lowest value is 1. + order: VoucherifySdk::ParameterOrderListTransactions::ID, # ParameterOrderListTransactions | Sorts the results using one of the filtering options, where the dash - preceding a sorting option means sorting in a descending order. + starting_after_id: 'starting_after_id_example' # String | A cursor for pagination. It retrieves the transactions starting after a transaction with the given ID. } begin # List Loyalty Card Transactions result = api_instance.list_loyalty_card_transactions1(campaign_id, member_id, opts) @@ -1498,10 +1503,11 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **campaign_id** | **String** | A unique identifier of the loyalty campaign containing the voucher whose transactions you would like to return. | | | **member_id** | **String** | A unique code identifying the loyalty card that you are looking to retrieve transaction data for. | | | **limit** | **Integer** | Limits the number of objects to be returned. The limit can range between 1 and 100 items. If no limit is set, it returns 10 items. | [optional] | -| **page** | **Integer** | Which page of results to return. The lowest value is 1. | [optional] | +| **order** | [**ParameterOrderListTransactions**](.md) | Sorts the results using one of the filtering options, where the dash - preceding a sorting option means sorting in a descending order. | [optional] | +| **starting_after_id** | **String** | A cursor for pagination. It retrieves the transactions starting after a transaction with the given ID. | [optional] | ### Return type [**LoyaltiesMembersTransactionsListResponseBody**](LoyaltiesMembersTransactionsListResponseBody.md)