ShippingAddress

data class ShippingAddress(countryCode: String, city: String, firstStreetLine: String, secondStreetLine: String, state: String, postCode: String)

Properties

Link copied to clipboard
val city: String
Link copied to clipboard
val countryCode: String
Link copied to clipboard
val firstStreetLine: String
Link copied to clipboard
val postCode: String
Link copied to clipboard
val secondStreetLine: String
Link copied to clipboard
val state: String