DidFail
data class DidFail(val failure: ProcessOutResult.Failure, val paymentState: PONativeAlternativePaymentState) : PONativeAlternativePaymentEvent
Event is sent when unretryable error occurs. This is a final event.
Parameters
paymentState
The payment state provides additional context about where in the payment process the failure occurred. For example, in the event of a user-initiated cancellation, this state can be used to determine which step the user was on when they canceled.