Shipping Address
data class ShippingAddress( val city: String, val state: String, val postCode: String, val country: String)
Content copied to clipboard
Constructors
Link copied to clipboard
fun ShippingAddress( city: String, state: String, postCode: String, country: String)
Content copied to clipboard