Class: Google4R::Checkout::FulfillmentState

Inherits:
Object
  • Object
show all
Defined in:
lib/google4r/checkout/shared.rb

Overview

fulfillment_state NEW - The order has been received but not prepared for shipping. PROCESSING - The order is being prepared for shipping. DELIVERED - The seller has shipped the order. WILL_NOT_DELIVER - The seller will not ship the order; this status is used for canceled orders.

Constant Summary collapse

NEW =
'NEW'
PROCESSING =
'PROCESSING'
DELIVERED =
'DELIVERED'
WILL_NOT_DELIVER =
'WILL_NOT_DELIVER'