Sha256: 7fa4d4e6e067c299755b5718ffbbf62f4017b04fb7ad71e50e33134934cb4a31
Contents?: true
Size: 765 Bytes
Versions: 196
Compression:
Stored size: 765 Bytes
Contents
# UltracartClient::EmailListCustomersResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **customers** | [**Array<EmailListCustomer>**](EmailListCustomer.md) | Customers on the page | [optional] | | **page_number** | **Integer** | Page number (one based offset) | [optional] | | **page_size** | **Integer** | Number of records per page | [optional] | | **total_customers** | **Integer** | Total customers | [optional] | | **total_pages** | **Integer** | Total number of pages | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::EmailListCustomersResponse.new( customers: null, page_number: null, page_size: null, total_customers: null, total_pages: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems