Failed

class Failed(val paymentId: String?, val error: ElepayError) : ElepayResult

The payment failed, with an associated error object.

Constructors

Link copied to clipboard
constructor(paymentId: String?, error: ElepayError)

Properties

Link copied to clipboard

The specific ElepayError that occurred. Uses this value to retrieve the error's detail.

Link copied to clipboard

The id of the payment which is failed processing. This value could be null if the error occurred before the payment id could be retrieved.