class Google::Apis::AuthorizedbuyersmarketplaceV1::PreferredDealTerms

Pricing terms for Preferred Deals.

Attributes

fixed_price[RW]

Represents a price and a pricing type for a deal. Corresponds to the JSON property ‘fixedPrice` @return [Google::Apis::AuthorizedbuyersmarketplaceV1::Price]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb, line 1373
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb, line 1378
def update!(**args)
  @fixed_price = args[:fixed_price] if args.key?(:fixed_price)
end