Class: Google::Apis::AndroidpublisherV3::OrderDetails

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

Overview

Detailed information about the order at creation time.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OrderDetails

Returns a new instance of OrderDetails.



6091
6092
6093
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6091

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

Instance Attribute Details

#tax_inclusiveBoolean Also known as: tax_inclusive?

Indicates whether the listed price was tax inclusive or not. Corresponds to the JSON property taxInclusive

Returns:

  • (Boolean)


6088
6089
6090
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6088

def tax_inclusive
  @tax_inclusive
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6096
6097
6098
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6096

def update!(**args)
  @tax_inclusive = args[:tax_inclusive] if args.key?(:tax_inclusive)
end