DisplayOxxoDetails

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

Functions

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

Properties

Link copied to clipboard
val expiresAfter: Int = 0

The timestamp after which the OXXO expires.

Link copied to clipboard
val hostedVoucherUrl: String? = null

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

Link copied to clipboard
val number: String? = null

The OXXO number.