Increase. CardPurchaseSupplements. CardPurchaseSupplement. Shipping
(Increase v1.0.0)
Copy Markdown
View Source
Shipping information for the purchase.
Fields
customer_reference_number- The customer reference number.destination_address- Address of the destination.destination_country_code- Country code of the destination.destination_postal_code- Postal code of the destination.destination_receiver_name- Name of the receiver at the destination.discount_amount- Discount amount for the shipment.net_amount- Net shipping amount.number_of_packages- Number of packages shipped.origin_address- Address of the origin.origin_country_code- Country code of the origin.origin_postal_code- Postal code of the origin.origin_sender_name- Name of the sender at the origin.pick_up_date- Date the shipment should be picked up.service_description- Description of the shipping service.service_level_code- Service level code for the shipment.shipping_courier_name- Name of the shipping courier.tax_amount- Tax amount for the shipment.tracking_number- Tracking number for the shipment.unit_of_measure- Unit of measure for the shipment weight.weight- Weight of the shipment.
Summary
Types
@type t() :: %Increase.CardPurchaseSupplements.CardPurchaseSupplement.Shipping{ customer_reference_number: String.t() | nil, destination_address: String.t() | nil, destination_country_code: String.t() | nil, destination_postal_code: String.t() | nil, destination_receiver_name: String.t() | nil, discount_amount: integer() | nil, net_amount: integer() | nil, number_of_packages: integer() | nil, origin_address: String.t() | nil, origin_country_code: String.t() | nil, origin_postal_code: String.t() | nil, origin_sender_name: String.t() | nil, pick_up_date: Date.t() | nil, service_description: String.t() | nil, service_level_code: String.t() | nil, shipping_courier_name: String.t() | nil, tax_amount: integer() | nil, tracking_number: String.t() | nil, unit_of_measure: String.t() | nil, weight: String.t() | nil }