ParcelableSession

class ParcelableSession(val paymentIntent: PaymentIntent?, val paymentIntentProviderId: String?, val paymentConsentOptions: PaymentConsentOptions?, val currency: String, val countryCode: String, val amount: BigDecimal, val shipping: Shipping?, val isBillingInformationRequired: Boolean, val isEmailRequired: Boolean, val customerId: String?, val returnUrl: String?, val googlePayOptions: GooglePayOptions?, val paymentMethods: List<String>?, val autoCapture: Boolean, val hidePaymentConsents: Boolean, val requiredBillingContactFields: Set<RequiredBillingContactField>?) : Parcelable

Constructors

Link copied to clipboard
constructor(paymentIntent: PaymentIntent?, paymentIntentProviderId: String?, paymentConsentOptions: PaymentConsentOptions?, currency: String, countryCode: String, amount: BigDecimal, shipping: Shipping?, isBillingInformationRequired: Boolean, isEmailRequired: Boolean, customerId: String?, returnUrl: String?, googlePayOptions: GooglePayOptions?, paymentMethods: List<String>?, autoCapture: Boolean, hidePaymentConsents: Boolean, requiredBillingContactFields: Set<RequiredBillingContactField>?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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