RetailerTransactionConditions

data class RetailerTransactionConditions(val loyaltyHandling: String? = null)

Conditions on which the transaction must be processed.

Parameters

loyaltyHandling

Type of Loyalty processing requested by the Sale System.

Constructors

Link copied to clipboard
constructor(loyaltyHandling: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val loyaltyHandling: String? = null