PurchaseActivityState

data class PurchaseActivityState(var amount: Double = 0.0, var customerId: String? = null, var errorMessage: String? = null, var address: Address? = null)(source)

Constructors

Link copied to clipboard
constructor(amount: Double = 0.0, customerId: String? = null, errorMessage: String? = null, address: Address? = null)

Properties

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