DisplayOxxoDetails

data class DisplayOxxoDetails(val expiresAfter: Int = 0, val number: String? = null, val hostedVoucherUrl: String? = null) : StripeIntent.NextActionData

Constructors

Link copied to clipboard
constructor(expiresAfter: Int = 0, number: String? = null, hostedVoucherUrl: String? = null)

Properties

Link copied to clipboard
val expiresAfter: Int = 0

The timestamp after which the OXXO expires.

Link copied to clipboard

URL of a webpage containing the voucher for this OXXO payment.

Link copied to clipboard
val number: String? = null

The OXXO number.

Functions

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