Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.57 KB

CartSettingsShippingEstimate.md

File metadata and controls

23 lines (19 loc) · 1.57 KB

CartSettingsShippingEstimate

Properties

Name Type Description Notes
allow_3rd_party_billing bool True if this method allows the customer to use their own shipper account number [optional]
comment string Comment to display to the customer about this method [optional]
cost \ultracart\v2\models\Currency [optional]
cost_before_discount \ultracart\v2\models\Currency [optional]
default_method bool True if this is the default method [optional]
discount \ultracart\v2\models\Currency [optional]
discounted bool True if this method is discounted because of a coupon [optional]
display_name string The name to display to the customer [optional]
estimated_delivery string Date of the estimated delivery (or range) [optional]
lift_gate_option bool True if a lift gate option for this method should be offered to the customer [optional]
name string Shipping method name [optional]
pickup bool True if this shipping method requires customers to physically pickup product themselves [optional]
tax \ultracart\v2\models\Currency [optional]
total_tax \ultracart\v2\models\Currency [optional]

[Back to Model list] [Back to API list] [Back to README]