TransactionReceipt

data class TransactionReceipt(merchantReceipt: String, customerReceipt: String)

Transaction Receipt

Represents the receipt data to merchant and customer

Since

0.0.7

Constructors

Link copied to clipboard
fun TransactionReceipt(merchantReceipt: String, customerReceipt: String)

Properties

Link copied to clipboard
val customerReceipt: String

Represents the customer receipt data

Link copied to clipboard
val merchantReceipt: String

Represents the merchant receipt data