Merchant.Shipping (Merchant v0.2.0)

View Source

Provides struct and type for a Shipping

Summary

Types

t()

@type t() :: %Merchant.Shipping{
  address: (Merchant.AddressV3.t() | nil) | nil,
  contact: (Merchant.Contact.t() | nil) | nil,
  shipments: ([Merchant.Shipment.t()] | nil) | nil
}