PaymentSnapshot
data class PaymentSnapshot(val orderId: String, val paymentId: String?, val status: PaymentStatus, val providerRef: String? = null)
A point-in-time snapshot of server-side payment state.
Constructors
Link copied to clipboard
constructor(orderId: String, paymentId: String?, status: PaymentStatus, providerRef: String? = null)