Merchant.Shipping (Merchant v0.2.0)
View SourceProvides struct and type for a Shipping
Summary
Types
@type t() :: %Merchant.Shipping{ address: (Merchant.AddressV3.t() | nil) | nil, contact: (Merchant.Contact.t() | nil) | nil, shipments: ([Merchant.Shipment.t()] | nil) | nil }