ShippingAddress

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

Properties

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