Class: Stripe::PaymentIntent::PaymentDetails::FlightDatum::Segment
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentIntent::PaymentDetails::FlightDatum::Segment
- Defined in:
- lib/stripe/resources/payment_intent.rb
Defined Under Namespace
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#amount ⇒ Object
readonly
Segment fare amount.
-
#arrival ⇒ Object
readonly
Attribute for field arrival.
-
#carrier_code ⇒ Object
readonly
Airline carrier code.
-
#carrier_name ⇒ Object
readonly
Carrier name.
-
#currency ⇒ Object
readonly
Segment currency.
-
#departure ⇒ Object
readonly
Attribute for field departure.
-
#exchange_ticket_number ⇒ Object
readonly
Exchange ticket number.
-
#fare_basis_code ⇒ Object
readonly
Fare basis code.
-
#fees ⇒ Object
readonly
Additional fees.
-
#flight_number ⇒ Object
readonly
Flight number.
-
#is_stop_over_indicator ⇒ Object
readonly
Stopover indicator.
-
#refundable ⇒ Object
readonly
Refundable ticket indicator.
-
#service_class ⇒ Object
readonly
Class of service.
-
#tax_amount ⇒ Object
readonly
Tax amount for segment.
-
#ticket_number ⇒ Object
readonly
Ticket number.
Attributes inherited from StripeObject
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#amount ⇒ Object (readonly)
Segment fare amount.
1970 1971 1972 |
# File 'lib/stripe/resources/payment_intent.rb', line 1970 def amount @amount end |
#arrival ⇒ Object (readonly)
Attribute for field arrival
1972 1973 1974 |
# File 'lib/stripe/resources/payment_intent.rb', line 1972 def arrival @arrival end |
#carrier_code ⇒ Object (readonly)
Airline carrier code.
1974 1975 1976 |
# File 'lib/stripe/resources/payment_intent.rb', line 1974 def carrier_code @carrier_code end |
#carrier_name ⇒ Object (readonly)
Carrier name.
1976 1977 1978 |
# File 'lib/stripe/resources/payment_intent.rb', line 1976 def carrier_name @carrier_name end |
#currency ⇒ Object (readonly)
Segment currency.
1978 1979 1980 |
# File 'lib/stripe/resources/payment_intent.rb', line 1978 def currency @currency end |
#departure ⇒ Object (readonly)
Attribute for field departure
1980 1981 1982 |
# File 'lib/stripe/resources/payment_intent.rb', line 1980 def departure @departure end |
#exchange_ticket_number ⇒ Object (readonly)
Exchange ticket number.
1982 1983 1984 |
# File 'lib/stripe/resources/payment_intent.rb', line 1982 def exchange_ticket_number @exchange_ticket_number end |
#fare_basis_code ⇒ Object (readonly)
Fare basis code.
1984 1985 1986 |
# File 'lib/stripe/resources/payment_intent.rb', line 1984 def fare_basis_code @fare_basis_code end |
#fees ⇒ Object (readonly)
Additional fees.
1986 1987 1988 |
# File 'lib/stripe/resources/payment_intent.rb', line 1986 def fees @fees end |
#flight_number ⇒ Object (readonly)
Flight number.
1988 1989 1990 |
# File 'lib/stripe/resources/payment_intent.rb', line 1988 def flight_number @flight_number end |
#is_stop_over_indicator ⇒ Object (readonly)
Stopover indicator.
1990 1991 1992 |
# File 'lib/stripe/resources/payment_intent.rb', line 1990 def is_stop_over_indicator @is_stop_over_indicator end |
#refundable ⇒ Object (readonly)
Refundable ticket indicator.
1992 1993 1994 |
# File 'lib/stripe/resources/payment_intent.rb', line 1992 def refundable @refundable end |
#service_class ⇒ Object (readonly)
Class of service.
1994 1995 1996 |
# File 'lib/stripe/resources/payment_intent.rb', line 1994 def service_class @service_class end |
#tax_amount ⇒ Object (readonly)
Tax amount for segment.
1996 1997 1998 |
# File 'lib/stripe/resources/payment_intent.rb', line 1996 def tax_amount @tax_amount end |
#ticket_number ⇒ Object (readonly)
Ticket number.
1998 1999 2000 |
# File 'lib/stripe/resources/payment_intent.rb', line 1998 def ticket_number @ticket_number end |
Class Method Details
.field_remappings ⇒ Object
2004 2005 2006 |
# File 'lib/stripe/resources/payment_intent.rb', line 2004 def self.field_remappings @field_remappings = {} end |