Receipt

@JsonSerializable
data class Receipt(val status: ReceiptStatus, val method: PaymentMethod, val timestamp: Instant, val challengeId: ChallengeId, val reference: PaymentReference? = null)(source)

Constructors

Link copied to clipboard
constructor(status: ReceiptStatus, method: PaymentMethod, timestamp: Instant, challengeId: ChallengeId, reference: PaymentReference? = null)

Properties

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