Shipping
data class Shipping(val address: Address, val carrier: String? = null, val name: String? = null, val phone: String? = null, val trackingNumber: String? = null) : StripeParamsModel, Parcelable
Shipping address for the order. Required if any of the SKUs are for products that have shippable
set to true.