Shipping

data class Shipping : StripeModel

The shipping address for the order. Present if the order is for goods to be shipped.

API reference

Properties

Link copied to clipboard

Shipping address.

Link copied to clipboard

The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc.

Link copied to clipboard
val name: String?

Recipient name.

Link copied to clipboard

Recipient phone (including extension).

Link copied to clipboard

The tracking number for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)