Sha256: d4f01baf63f5915107ca17d7b9df52960b23f868a39cc444f7439a7582858835
Contents?: true
Size: 749 Bytes
Versions: 196
Compression:
Stored size: 749 Bytes
Contents
# UltracartClient::EmailCustomersResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **customers** | [**Array<EmailCustomer>**](EmailCustomer.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::EmailCustomersResponse.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