Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 2.45 KB

CartCustomerProfile.md

File metadata and controls

30 lines (27 loc) · 2.45 KB

UltracartClient::CartCustomerProfile

Properties

Name Type Description Notes
allow_3rd_party_billing BOOLEAN True if profile is allowed to bill to their 3rd party shipping account [optional]
allow_cod BOOLEAN True if this profile is allowed to use a COD [optional]
allow_purchase_order BOOLEAN True if this profile is allowed to use a purchase order [optional]
billing_addresses Array<CartCustomerProfileAddress> Billing addresses on file for this profile [optional]
credit_cards Array<CartCustomerProfileCreditCard> Credit cards on file for this profile (masked) [optional]
customer_profile_oid Integer Unique identifier [optional]
dhl_account_number String DHL account number on file [optional]
dhl_duty_account_number String DHL duty account number on file [optional]
email String Email [optional]
fedex_account_number String FedEx account number on file [optional]
free_shipping BOOLEAN True if this profile always qualifies for free shipping [optional]
free_shipping_minimum Float The minimum amount that this profile has to purchase to qualify for free shipping [optional]
maximum_item_count Integer Maximum item count this profile can purchase [optional]
minimum_item_count Integer Minimum item count this profile must purchase [optional]
minimum_subtotal Float Minimum subtotal this profile must purchase [optional]
no_coupons BOOLEAN True if this profile is prevented from using coupons [optional]
no_free_shipping BOOLEAN True if this profile is never given free shipping [optional]
no_realtime_charge BOOLEAN True if this customers orders are not charged in real-time [optional]
pricing_tiers Array<String> Pricing tier names this profile qualifies for [optional]
shipping_addresses Array<CartCustomerProfileAddress> Shipping addresses on file for this profile [optional]
signup_dts String Signup date [optional]
tax_exempt BOOLEAN True if this profile is exempt from sales tax [optional]
ups_account_number String UPS account number on file [optional]