PurchaseObjectCheckout

data class PurchaseObjectCheckout(val amount: Double, val currency: String)

Constructors

Link copied to clipboard
fun PurchaseObjectCheckout(amount: Double, currency: String)

Properties

Link copied to clipboard
val amount: Double
Link copied to clipboard
val currency: String

Sources

Link copied to clipboard