Flow

sealed class Flow : Parcelable

Native alternative payment flow configuration.

Inheritors

Types

Link copied to clipboard
data class Authorization(val invoiceId: String, val gatewayConfigurationId: String, val customerTokenId: String? = null, initialResponse: PONativeAlternativePaymentAuthorizationResponse? = null) : PONativeAlternativePaymentConfiguration.Flow

Configuration for native alternative payment authorization.

Link copied to clipboard
data class Tokenization(val customerId: String, val customerTokenId: String, val gatewayConfigurationId: String, initialResponse: PONativeAlternativePaymentTokenizationResponse? = null) : PONativeAlternativePaymentConfiguration.Flow

Configuration for native alternative payment tokenization.

Functions

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