Sha256: 21ba988cba82d173f4e2692043b9f365ca021f5e55e8a58b1943d2d3441e8576

Contents?: true

Size: 1.02 KB

Versions: 5

Compression:

Stored size: 1.02 KB

Contents

# VoucherifySdk::CustomersListResponseBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **object** | **String** | The type of the object represented by JSON. This object stores information about customers in a dictionary. | [optional][default to 'list'] |
| **data_ref** | **String** | Identifies the name of the attribute that contains the array of customer objects. | [optional][default to 'customers'] |
| **customers** | [**Array<CustomerWithSummaryLoyaltyReferrals>**](CustomerWithSummaryLoyaltyReferrals.md) | Contains array of customer objects. | [optional] |
| **total** | **Integer** | Total number of customers. | [optional] |
| **has_more** | **Boolean** | As query results are always limited (by the limit parameter), the `has_more` flag indicates if there are more records for given filter parameters. This lets you know if you can run another request (with a different end date filter) to get more records returned in the results. | [optional] |

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
voucherify-8.0.2 docs/CustomersListResponseBody.md
voucherify-8.0.1 docs/CustomersListResponseBody.md
voucherify-8.0.0 docs/CustomersListResponseBody.md
voucherify-7.0.0 docs/CustomersListResponseBody.md
voucherify-6.0.0 docs/CustomersListResponseBody.md