PONativeAlternativePaymentRedirect

constructor(url: String, hint: String, @Json(name = "type") rawType: String, @Json(name = "confirmation_required") confirmationRequired: Boolean)

Parameters

url

Redirect URL.

hint

A hint or description associated with the redirect URL.

rawType

Raw redirect type.

confirmationRequired

Indicates whether it is required to notify the backend if the redirection was successful by sending PONativeAlternativePaymentRedirectConfirmation in the PONativeAlternativePaymentAuthorizationRequest.redirectConfirmation or the PONativeAlternativePaymentTokenizationRequest.redirectConfirmation, depending on the flow.