ShippingAddress

data class ShippingAddress(city: String, state: String, postCode: String, country: String)

Properties

city
Link copied to clipboard
common
val city: String
country
Link copied to clipboard
common
val country: String
postCode
Link copied to clipboard
common
val postCode: String
state
Link copied to clipboard
common
val state: String