View Source ExOAPI.Stripe.Schemas.Shipping (exoapi_stripe v0.1.4)
:address :: ExOAPI.Stripe.Schemas.Address
:carrier :: :string
The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc.
:name :: :string
Recipient name.
:phone :: :string
Recipient phone (including extension).
:tracking_number :: :string
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.
Link to this section Summary
Link to this section Types
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()