DisplayOxxoDetails
data class DisplayOxxoDetails( val expiresAfter: Int = 0, val number: String? = null, val hostedVoucherUrl: String? = null) : StripeIntent.NextActionData
Content copied to clipboard
Constructors
Link copied to clipboard
fun DisplayOxxoDetails( expiresAfter: Int = 0, number: String? = null, hostedVoucherUrl: String? = null)
Content copied to clipboard