PaymentError

data class PaymentError(val code: ErrorCode, val message: String, val details: String? = null)

Delivered to the host app when a payment cannot be completed.

Use code to react programmatically and message to show the user.

Constructors

Link copied to clipboard
constructor(code: ErrorCode, message: String, details: String? = null)

Properties

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