ShippingAddress

fun ShippingAddress(    city: String,     state: String,     postCode: String,     country: String)