Search Customers
data class SearchCustomers(val q: String? = null, val email: String? = null, val createdAfter: Int? = null, val page: Int? = null, val perPage: Int? = null) : CustomerEndpoints
Endpoint for searching customers via GET /v1/customers/search.
Constructors
Properties
Link copied to clipboard
Unix timestamp; returns only customers created after this time. Pass null to omit.
Link copied to clipboard
Returns the relative URL path for this endpoint.
Link copied to clipboard
Returns the HTTP method string for this endpoint.
Link copied to clipboard
Returns the URL query parameters for this endpoint, or null if none apply.