Class: Workarea::GlobalE::OrderStatusDetails
- Inherits:
-
Object
- Object
- Workarea::GlobalE::OrderStatusDetails
- Defined in:
- app/services/workarea/global_e/order_status_details.rb
Instance Method Summary collapse
-
#confirmation_number ⇒ String
Merchant’s Order confirmation number.
-
#delivery_reference_number ⇒ String
Merchant’s internal Delivery Reference Number for this order.
-
#order_comments ⇒ String
Merchant’s comments for the order.
-
#order_id ⇒ String
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).
-
#order_status ⇒ Workarea::GlobalE::OrderStatus
Order status.
-
#order_status_reason ⇒ Workarea::GlobalE::OrderStatusReason
Reason for the order status.
-
#tracking_number ⇒ String
Full tracking URL on the tracking service site used by the Merchant (if specified overrides all other “Tracking…” properties).
-
#tracking_service_name ⇒ String
Name of the tracking service used by the Merchant for this order.
-
#tracking_service_site ⇒ String
URL of the tracking service site used by the Merchant for this order.
Instance Method Details
#confirmation_number ⇒ String
Merchant’s Order confirmation number
38 39 |
# File 'app/services/workarea/global_e/order_status_details.rb', line 38 def confirmation_number end |
#delivery_reference_number ⇒ String
Merchant’s internal Delivery Reference Number for this order
75 76 |
# File 'app/services/workarea/global_e/order_status_details.rb', line 75 def delivery_reference_number end |
#order_comments ⇒ String
Merchant’s comments for the order
31 32 |
# File 'app/services/workarea/global_e/order_status_details.rb', line 31 def order_comments end |
#order_id ⇒ String
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)
10 11 |
# File 'app/services/workarea/global_e/order_status_details.rb', line 10 def order_id end |
#order_status ⇒ Workarea::GlobalE::OrderStatus
Order status
17 18 |
# File 'app/services/workarea/global_e/order_status_details.rb', line 17 def order_status end |
#order_status_reason ⇒ Workarea::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_number ⇒ String
Full tracking URL on the tracking service site used by the Merchant (if specified overrides all other “Tracking…” properties)
60 61 |
# File 'app/services/workarea/global_e/order_status_details.rb', line 60 def tracking_number end |
#tracking_service_name ⇒ String
Name of the tracking service used by the Merchant for this order
45 46 |
# File 'app/services/workarea/global_e/order_status_details.rb', line 45 def tracking_service_name end |
#tracking_service_site ⇒ String
URL of the tracking service site used by the Merchant for this order
52 53 |
# File 'app/services/workarea/global_e/order_status_details.rb', line 52 def tracking_service_site end |