RspReceipt

data class RspReceipt(val id: String?, val payable: RspPayable?, val amount: String?, val description: String?, val reference: String?, val timestamp: Date?, val requestId: String?) : Rsp

Constructors

Link copied to clipboard
constructor(id: String?, payable: RspPayable?, amount: String?, description: String?, reference: String?, timestamp: Date?, requestId: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val requestId: String?
Link copied to clipboard