Class: Booker::V4::Models::DynamicPrice

Inherits:
Model
  • Object
show all
Defined in:
lib/booker/v4/models/dynamic_price.rb

Constant Summary

Constants inherited from Model

Model::CONSTANTIZE_MODULE

Constants inherited from Model

Model::CONSTANTIZE_MODULE

Instance Attribute Summary collapse

Method Summary

Methods included from Concerns::DateTimeConcern

#time_from_booker_datetime, #time_to_booker_datetime, #timezone_from_booker_offset!, #timezone_from_booker_timezone, #to_wday

Methods inherited from Model

constantize, from_hash, from_list, #initialize, #to_hash, #to_json

Constructor Details

This class inherits a constructor from Booker::Model

Instance Attribute Details

#DiscountObject

Returns the value of attribute Discount.



5
6
7
# File 'lib/booker/v4/models/dynamic_price.rb', line 5

def Discount
  @Discount
end

#FinalPriceObject

Returns the value of attribute FinalPrice.



5
6
7
# File 'lib/booker/v4/models/dynamic_price.rb', line 5

def FinalPrice
  @FinalPrice
end

#OriginalPriceObject

Returns the value of attribute OriginalPrice.



5
6
7
# File 'lib/booker/v4/models/dynamic_price.rb', line 5

def OriginalPrice
  @OriginalPrice
end

#OriginalTagPriceObject

Returns the value of attribute OriginalTagPrice.



5
6
7
# File 'lib/booker/v4/models/dynamic_price.rb', line 5

def OriginalTagPrice
  @OriginalTagPrice
end

#ReceiptDisplayPriceObject

Returns the value of attribute ReceiptDisplayPrice.



5
6
7
# File 'lib/booker/v4/models/dynamic_price.rb', line 5

def ReceiptDisplayPrice
  @ReceiptDisplayPrice
end