Class: Google::Apis::BooksV1::Volume::SaleInfo::Offer::RetailPrice

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/books_v1/classes.rb,
generated/google/apis/books_v1/representations.rb,
generated/google/apis/books_v1/representations.rb

Overview

Offer retail (=discounted) price in Micros

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RetailPrice

Returns a new instance of RetailPrice.



3528
3529
3530
# File 'generated/google/apis/books_v1/classes.rb', line 3528

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#amount_in_microsFloat

Corresponds to the JSON property amountInMicros

Returns:

  • (Float)


3521
3522
3523
# File 'generated/google/apis/books_v1/classes.rb', line 3521

def amount_in_micros
  @amount_in_micros
end

#currency_codeString

Corresponds to the JSON property currencyCode

Returns:

  • (String)


3526
3527
3528
# File 'generated/google/apis/books_v1/classes.rb', line 3526

def currency_code
  @currency_code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3533
3534
3535
3536
# File 'generated/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