Class: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryCancel

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/content_v2/classes.rb,
generated/google/apis/content_v2/representations.rb,
generated/google/apis/content_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OrdersCustomBatchRequestEntryCancel

Returns a new instance of OrdersCustomBatchRequestEntryCancel.



6413
6414
6415
# File 'generated/google/apis/content_v2/classes.rb', line 6413

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#reasonString

The reason for the cancellation. Acceptable values are: - " customerInitiatedCancel" - "invalidCoupon" - "malformedShippingAddress" - "noInventory" - "other" - "priceError" - "shippingPriceError" - " taxError" - "undeliverableShippingAddress" - "unsupportedPoBoxAddress" Corresponds to the JSON property reason

Returns:

  • (String)


6406
6407
6408
# File 'generated/google/apis/content_v2/classes.rb', line 6406

def reason
  @reason
end

#reason_textString

The explanation of the reason. Corresponds to the JSON property reasonText

Returns:

  • (String)


6411
6412
6413
# File 'generated/google/apis/content_v2/classes.rb', line 6411

def reason_text
  @reason_text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6418
6419
6420
6421
# File 'generated/google/apis/content_v2/classes.rb', line 6418

def update!(**args)
  @reason = args[:reason] if args.key?(:reason)
  @reason_text = args[:reason_text] if args.key?(:reason_text)
end