Class: Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Lodging
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::CardPayment::Element::CardRefund::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.
1072 |
# File 'lib/increase/models/card_payment.rb', line 1072 required :check_in_date, String |
#daily_room_rate_amount ⇒ Integer
Daily rate being charged for the room.
1077 |
# File 'lib/increase/models/card_payment.rb', line 1077 required :daily_room_rate_amount, Integer |
#daily_room_rate_currency ⇒ String
The ISO 4217 code for the daily room rate.
1082 |
# File 'lib/increase/models/card_payment.rb', line 1082 required :daily_room_rate_currency, String |
#extra_charges ⇒ Symbol
Additional charges (phone, late check-out, etc.) being billed.
1087 1088 |
# File 'lib/increase/models/card_payment.rb', line 1087 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.
1093 |
# File 'lib/increase/models/card_payment.rb', line 1093 required :folio_cash_advances_amount, Integer |
#folio_cash_advances_currency ⇒ String
The ISO 4217 code for the folio cash advances.
1098 |
# File 'lib/increase/models/card_payment.rb', line 1098 required :folio_cash_advances_currency, String |
#food_beverage_charges_amount ⇒ Integer
Food and beverage charges for the room.
1103 |
# File 'lib/increase/models/card_payment.rb', line 1103 required :food_beverage_charges_amount, Integer |
#food_beverage_charges_currency ⇒ String
The ISO 4217 code for the food and beverage charges.
1108 |
# File 'lib/increase/models/card_payment.rb', line 1108 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.
1113 |
# File 'lib/increase/models/card_payment.rb', line 1113 required :no_show_indicator, Increase::Enum.new(:not_applicable, :no_show) |
#prepaid_expenses_amount ⇒ Integer
Prepaid expenses being charged for the room.
1118 |
# File 'lib/increase/models/card_payment.rb', line 1118 required :prepaid_expenses_amount, Integer |
#prepaid_expenses_currency ⇒ String
The ISO 4217 code for the prepaid expenses.
1123 |
# File 'lib/increase/models/card_payment.rb', line 1123 required :prepaid_expenses_currency, String |
#room_nights ⇒ Integer
Number of nights the room was rented.
1128 |
# File 'lib/increase/models/card_payment.rb', line 1128 required :room_nights, Integer |
#total_room_tax_amount ⇒ Integer
Total room tax being charged.
1133 |
# File 'lib/increase/models/card_payment.rb', line 1133 required :total_room_tax_amount, Integer |
#total_room_tax_currency ⇒ String
The ISO 4217 code for the total room tax.
1138 |
# File 'lib/increase/models/card_payment.rb', line 1138 required :total_room_tax_currency, String |
#total_tax_amount ⇒ Integer
Total tax being charged for the room.
1143 |
# File 'lib/increase/models/card_payment.rb', line 1143 required :total_tax_amount, Integer |
#total_tax_currency ⇒ String
The ISO 4217 code for the total tax assessed.
1148 |
# File 'lib/increase/models/card_payment.rb', line 1148 required :total_tax_currency, String |