MerchantTransactionsResult

data class MerchantTransactionsResult(val merchantId: String? = null, val posMerchantIds: List<String> = emptyList(), val items: List<MerchantTransaction> = emptyList(), val pagination: MerchantTransactionsPagination? = null)

Result of GET /v1/palm-pos/merchant/transactions.

Unknown response fields are ignored by Gson, so this model intentionally maps only the fields that are useful for SDK consumers and the sample app.

Constructors

Link copied to clipboard
constructor(merchantId: String? = null, posMerchantIds: List<String> = emptyList(), items: List<MerchantTransaction> = emptyList(), pagination: MerchantTransactionsPagination? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard