ListCustomersResponse

data class ListCustomersResponse(val meta: FrameMetadata? = null, val data: List<FrameObjects.Customer>? = null)

Response returned by list and search customer endpoints.

Constructors

Link copied to clipboard
constructor(meta: FrameMetadata? = null, data: List<FrameObjects.Customer>? = null)

Properties

Link copied to clipboard

The list of customers included in this page of results. Null if the server omits it.

Link copied to clipboard
val meta: FrameMetadata? = null

Pagination metadata for the result set. Null if the server omits it.