data class ShippingAddress
(source)
(common)
<init> |
ShippingAddress(countryCode: String, city: String, firstStreetLine: String, secondStreetLine: String, state: String = "", postCode: String = "") |
(common)
city |
val city: String |
(common)
countryCode |
val countryCode: String |
(common)
firstStreetLine |
val firstStreetLine: String |
(common)
postCode |
val postCode: String |
(common)
secondStreetLine |
val secondStreetLine: String |
(common)
state |
val state: String |