ShippingInformation

fun ShippingInformation(    address: Address? = null,     name: String? = null,     phone: String? = null)