class BigcommerceAPI::Order
Attributes
base_handling_cost[RW]
base_shipping_cost[RW]
base_wrapping_cost[RW]
billing_address[RW]
coupon_discount[RW]
coupons_hash[RW]
currency_code[RW]
currency_exchange_rate[RW]
currency_id[RW]
customer_id[RW]
customer_message[RW]
date_created[RW]
date_modified[RW]
date_shipped[RW]
default_currency_code[RW]
default_currency_id[RW]
discount_amount[RW]
geoip_country[RW]
geoip_country_iso2[RW]
gift_certificate_amount[RW]
handling_cost_ex_tax[RW]
handling_cost_inc_tax[RW]
handling_cost_tax[RW]
handling_cost_tax_class_id[RW]
id[RW]
ip_address[RW]
is_deleted[RW]
items_shipped[RW]
items_total[RW]
order_is_digital[RW]
payment_method[RW]
payment_provider_id[RW]
payment_status[RW]
products_hash[RW]
refunded_amount[RW]
shipping_address_count[RW]
shipping_addresses_hash[RW]
shipping_cost_ex_tax[RW]
shipping_cost_inc_tax[RW]
shipping_cost_tax[RW]
shipping_cost_tax_class_id[RW]
staff_notes[RW]
status[RW]
status_id[RW]
store_credit_amount[RW]
subtotal_ex_tax[RW]
subtotal_inc_tax[RW]
subtotal_tax[RW]
total_ex_tax[RW]
total_inc_tax[RW]
total_tax[RW]
wrapping_cost_ex_tax[RW]
wrapping_cost_inc_tax[RW]
wrapping_cost_tax[RW]
wrapping_cost_tax_class_id[RW]
Public Instance Methods
customer()
click to toggle source
# File lib/bigcommerce_api/order.rb, line 77 def customer old_customer unless customer_id == 0 end
Also aliased as: old_customer