Class: Workarea::GlobalE::OrderStatusDetails

Inherits:
Object
  • Object
show all
Defined in:
app/services/workarea/global_e/order_status_details.rb

Instance Method Summary collapse

Instance Method Details

#confirmation_numberString

Merchant’s Order confirmation number

Returns:

  • (String)


38
39
# File 'app/services/workarea/global_e/order_status_details.rb', line 38

def confirmation_number
end

#delivery_reference_numberString

Merchant’s internal Delivery Reference Number for this order

Returns:

  • (String)


75
76
# File 'app/services/workarea/global_e/order_status_details.rb', line 75

def delivery_reference_number
end

#order_commentsString

Merchant’s comments for the order

Returns:

  • (String)


31
32
# File 'app/services/workarea/global_e/order_status_details.rb', line 31

def order_comments
end

#order_idString

Global-e order unique identifier (previously submitted to the Merchant’s SendOrderToMerchant method defined below in this document when an order had been created with Global-e checkout)

Returns:

  • (String)


10
11
# File 'app/services/workarea/global_e/order_status_details.rb', line 10

def order_id
end

#order_statusWorkarea::GlobalE::OrderStatus

Order status



17
18
# File 'app/services/workarea/global_e/order_status_details.rb', line 17

def order_status
end

#order_status_reasonWorkarea::GlobalE::OrderStatusReason

Reason for the order status



24
25
# File 'app/services/workarea/global_e/order_status_details.rb', line 24

def order_status_reason
end

#tracking_numberString

Full tracking URL on the tracking service site used by the Merchant (if specified overrides all other “Tracking…” properties)

Returns:

  • (String)


60
61
# File 'app/services/workarea/global_e/order_status_details.rb', line 60

def tracking_number
end

#tracking_service_nameString

Name of the tracking service used by the Merchant for this order

Returns:

  • (String)


45
46
# File 'app/services/workarea/global_e/order_status_details.rb', line 45

def tracking_service_name
end

#tracking_service_siteString

URL of the tracking service site used by the Merchant for this order

Returns:

  • (String)


52
53
# File 'app/services/workarea/global_e/order_status_details.rb', line 52

def tracking_service_site
end