Class: Google::Shopping::Css::V1::CssProductStatus::DestinationStatus

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/css/v1/css_product_common.rb

Overview

The destination status of the product status.

Instance Attribute Summary collapse

Instance Attribute Details

#approved_countries::Array<::String>

Returns List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is approved.

Returns:

  • (::Array<::String>)

    List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is approved.



324
325
326
327
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 324

class DestinationStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#destination::String

Returns The name of the destination.

Returns:

  • (::String)

    The name of the destination



324
325
326
327
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 324

class DestinationStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#disapproved_countries::Array<::String>

Returns List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is disapproved.

Returns:

  • (::Array<::String>)

    List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is disapproved.



324
325
326
327
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 324

class DestinationStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#pending_countries::Array<::String>

Returns List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is pending approval.

Returns:

  • (::Array<::String>)

    List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is pending approval.



324
325
326
327
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 324

class DestinationStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end