class Google::Apis::BooksV1::Volume::SaleInfo::Offer::ListPrice

Offer list (=undiscounted) price in Micros.

Attributes

amount_in_micros[RW]

Corresponds to the JSON property `amountInMicros` @return [Float]

currency_code[RW]

Corresponds to the JSON property `currencyCode` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/books_v1/classes.rb, line 3081
def update!(**args)
  @amount_in_micros = args[:amount_in_micros] if args.key?(:amount_in_micros)
  @currency_code = args[:currency_code] if args.key?(:currency_code)
end