class Google::Apis::BooksV1::Volume::SaleInfo::Offer::RetailPrice
Offer
retail (=discounted) 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 lib/google/apis/books_v1/classes.rb, line 3528 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/books_v1/classes.rb, line 3533 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