PaymentStatusUpdate

data class PaymentStatusUpdate(val paymentStatus: Payment.PaymentStatus, val additionalInfo: String, val timestamp: Instant)

Constructors

Link copied to clipboard
fun PaymentStatusUpdate(paymentStatus: Payment.PaymentStatus, additionalInfo: String, timestamp: Instant)

Properties

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