class Google::Apis::ContentV2::LiaOnDisplayToOrderSettings
Attributes
shipping_cost_policy_url[RW]
Shipping cost and policy URL. Corresponds to the JSON property `shippingCostPolicyUrl` @return [String]
status[RW]
The status of the ?On display to order? feature. Acceptable values are: - “` active`” - “`inactive`” - “`pending`” Corresponds to the JSON property `status` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2/classes.rb, line 3534 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/content_v2/classes.rb, line 3539 def update!(**args) @shipping_cost_policy_url = args[:shipping_cost_policy_url] if args.key?(:shipping_cost_policy_url) @status = args[:status] if args.key?(:status) end