Class: Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Lodging
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Lodging
- Defined in:
- lib/increase/models/card_payment.rb
Instance Attribute Summary collapse
-
#check_in_date ⇒ String
Date the customer checked in.
-
#daily_room_rate_amount ⇒ Integer
Daily rate being charged for the room.
-
#daily_room_rate_currency ⇒ String
The ISO 4217 code for the daily room rate.
-
#extra_charges ⇒ Symbol
Additional charges (phone, late check-out, etc.) being billed.
-
#folio_cash_advances_amount ⇒ Integer
Folio cash advances for the room.
-
#folio_cash_advances_currency ⇒ String
The ISO 4217 code for the folio cash advances.
-
#food_beverage_charges_amount ⇒ Integer
Food and beverage charges for the room.
-
#food_beverage_charges_currency ⇒ String
The ISO 4217 code for the food and beverage charges.
-
#no_show_indicator ⇒ Symbol
Indicator that the cardholder is being billed for a reserved room that was not actually used.
-
#prepaid_expenses_amount ⇒ Integer
Prepaid expenses being charged for the room.
-
#prepaid_expenses_currency ⇒ String
The ISO 4217 code for the prepaid expenses.
-
#room_nights ⇒ Integer
Number of nights the room was rented.
-
#total_room_tax_amount ⇒ Integer
Total room tax being charged.
-
#total_room_tax_currency ⇒ String
The ISO 4217 code for the total room tax.
-
#total_tax_amount ⇒ Integer
Total tax being charged for the room.
-
#total_tax_currency ⇒ String
The ISO 4217 code for the total tax assessed.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#check_in_date ⇒ String
Date the customer checked in.
1657 |
# File 'lib/increase/models/card_payment.rb', line 1657 required :check_in_date, String |
#daily_room_rate_amount ⇒ Integer
Daily rate being charged for the room.
1662 |
# File 'lib/increase/models/card_payment.rb', line 1662 required :daily_room_rate_amount, Integer |
#daily_room_rate_currency ⇒ String
The ISO 4217 code for the daily room rate.
1667 |
# File 'lib/increase/models/card_payment.rb', line 1667 required :daily_room_rate_currency, String |
#extra_charges ⇒ Symbol
Additional charges (phone, late check-out, etc.) being billed.
1672 1673 |
# File 'lib/increase/models/card_payment.rb', line 1672 required :extra_charges, Increase::Enum.new(:no_extra_charge, :restaurant, :gift_shop, :mini_bar, :telephone, :other, :laundry) |
#folio_cash_advances_amount ⇒ Integer
Folio cash advances for the room.
1678 |
# File 'lib/increase/models/card_payment.rb', line 1678 required :folio_cash_advances_amount, Integer |
#folio_cash_advances_currency ⇒ String
The ISO 4217 code for the folio cash advances.
1683 |
# File 'lib/increase/models/card_payment.rb', line 1683 required :folio_cash_advances_currency, String |
#food_beverage_charges_amount ⇒ Integer
Food and beverage charges for the room.
1688 |
# File 'lib/increase/models/card_payment.rb', line 1688 required :food_beverage_charges_amount, Integer |
#food_beverage_charges_currency ⇒ String
The ISO 4217 code for the food and beverage charges.
1693 |
# File 'lib/increase/models/card_payment.rb', line 1693 required :food_beverage_charges_currency, String |
#no_show_indicator ⇒ Symbol
Indicator that the cardholder is being billed for a reserved room that was not actually used.
1698 |
# File 'lib/increase/models/card_payment.rb', line 1698 required :no_show_indicator, Increase::Enum.new(:not_applicable, :no_show) |
#prepaid_expenses_amount ⇒ Integer
Prepaid expenses being charged for the room.
1703 |
# File 'lib/increase/models/card_payment.rb', line 1703 required :prepaid_expenses_amount, Integer |
#prepaid_expenses_currency ⇒ String
The ISO 4217 code for the prepaid expenses.
1708 |
# File 'lib/increase/models/card_payment.rb', line 1708 required :prepaid_expenses_currency, String |
#room_nights ⇒ Integer
Number of nights the room was rented.
1713 |
# File 'lib/increase/models/card_payment.rb', line 1713 required :room_nights, Integer |
#total_room_tax_amount ⇒ Integer
Total room tax being charged.
1718 |
# File 'lib/increase/models/card_payment.rb', line 1718 required :total_room_tax_amount, Integer |
#total_room_tax_currency ⇒ String
The ISO 4217 code for the total room tax.
1723 |
# File 'lib/increase/models/card_payment.rb', line 1723 required :total_room_tax_currency, String |
#total_tax_amount ⇒ Integer
Total tax being charged for the room.
1728 |
# File 'lib/increase/models/card_payment.rb', line 1728 required :total_tax_amount, Integer |
#total_tax_currency ⇒ String
The ISO 4217 code for the total tax assessed.
1733 |
# File 'lib/increase/models/card_payment.rb', line 1733 required :total_tax_currency, String |