RetrieveAvailablePaymentConsentsOptions

data class RetrieveAvailablePaymentConsentsOptions(val clientSecret: String, customerId: String, merchantTriggerReason: PaymentConsent.MerchantTriggerReason?, nextTriggeredBy: PaymentConsent.NextTriggeredBy?, status: PaymentConsent.PaymentConsentStatus?, pageNum: Int, pageSize: Int) : Options

Constructors

Link copied to clipboard
constructor(clientSecret: String, customerId: String, merchantTriggerReason: PaymentConsent.MerchantTriggerReason?, nextTriggeredBy: PaymentConsent.NextTriggeredBy?, status: PaymentConsent.PaymentConsentStatus?, pageNum: Int, pageSize: Int)

Properties

Link copied to clipboard
open override val clientSecret: String

Functions

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