TransactionRequest

constructor(amount: Amount, type: TransactionType = TransactionType.PURCHASE, cashbackAmount: Amount? = null, pan: String? = null, expiryDate: String? = null, cvc2: String? = null, salesId: String? = null, transactionId: String = UUID.randomUUID().toString())