Failed

data class Failed(error: GooglePayException) : Result

Represents a failed transaction

Parameters

error

: The exception representing the error

Constructors

Failed
Link copied to clipboard
fun Failed(error: GooglePayException)

Properties

error
Link copied to clipboard
val error: GooglePayException

: The exception representing the error