Class: Google::Cloud::Channel::V1::CustomerConstraints

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/offers.rb

Overview

Represents constraints required to purchase the Offer for a customer.

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_customer_types::Array<::Google::Cloud::Channel::V1::CloudIdentityInfo::CustomerType>

Returns Allowed Customer Type.

Returns:



132
133
134
135
# File 'proto_docs/google/cloud/channel/v1/offers.rb', line 132

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

#allowed_regions::Array<::String>

Returns Allowed geographical regions of the customer.

Returns:

  • (::Array<::String>)

    Allowed geographical regions of the customer.



132
133
134
135
# File 'proto_docs/google/cloud/channel/v1/offers.rb', line 132

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

#promotional_order_types::Array<::Google::Cloud::Channel::V1::PromotionalOrderType>

Returns Allowed Promotional Order Type. Present for Promotional offers.

Returns:



132
133
134
135
# File 'proto_docs/google/cloud/channel/v1/offers.rb', line 132

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