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