GetAllOrdersParameters

data class GetAllOrdersParameters(val limit: Int? = null, val offset: Int? = null)

Data class representing parameters for retrieving product orders.

Parameters

limit

Maximum number of orders to return.

offset

Get orders from a specific starting point.

Constructors

Link copied to clipboard
constructor(limit: Int? = null, offset: Int? = null)

Properties

Link copied to clipboard
val limit: Int? = null
Link copied to clipboard
val offset: Int? = null