PONativeAlternativePaymentRedirect

@JsonClass(generateAdapter = true)
data class PONativeAlternativePaymentRedirect(val url: String, val hint: String, @Json(name = "type") val rawType: String, @Json(name = "confirmation_required") val confirmationRequired: Boolean) : Parcelable

Specifies native alternative payment redirect parameters.

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.

Constructors

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

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)