Class: Stripe::Issuing::Transaction::PurchaseDetails::Flight::Segment
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::Transaction::PurchaseDetails::Flight::Segment
- Defined in:
- lib/stripe/resources/issuing/transaction.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#arrival_airport_code ⇒ Object
readonly
The three-letter IATA airport code of the flight's destination.
-
#carrier ⇒ Object
readonly
The airline carrier code.
-
#departure_airport_code ⇒ Object
readonly
The three-letter IATA airport code that the flight departed from.
-
#flight_number ⇒ Object
readonly
The flight number.
-
#service_class ⇒ Object
readonly
The flight's service class.
-
#stopover_allowed ⇒ Object
readonly
Whether a stopover is allowed on this flight.
Attributes inherited from StripeObject
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, #_get_union_variant_class, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, field_encodings, #hash, #initialize, inner_class_union_variant_types, #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
#arrival_airport_code ⇒ Object (readonly)
The three-letter IATA airport code of the flight's destination.
269 270 271 |
# File 'lib/stripe/resources/issuing/transaction.rb', line 269 def arrival_airport_code @arrival_airport_code end |
#carrier ⇒ Object (readonly)
The airline carrier code.
271 272 273 |
# File 'lib/stripe/resources/issuing/transaction.rb', line 271 def carrier @carrier end |
#departure_airport_code ⇒ Object (readonly)
The three-letter IATA airport code that the flight departed from.
273 274 275 |
# File 'lib/stripe/resources/issuing/transaction.rb', line 273 def departure_airport_code @departure_airport_code end |
#flight_number ⇒ Object (readonly)
The flight number.
275 276 277 |
# File 'lib/stripe/resources/issuing/transaction.rb', line 275 def flight_number @flight_number end |
#service_class ⇒ Object (readonly)
The flight's service class.
277 278 279 |
# File 'lib/stripe/resources/issuing/transaction.rb', line 277 def service_class @service_class end |
#stopover_allowed ⇒ Object (readonly)
Whether a stopover is allowed on this flight.
279 280 281 |
# File 'lib/stripe/resources/issuing/transaction.rb', line 279 def stopover_allowed @stopover_allowed end |
Class Method Details
.field_remappings ⇒ Object
285 286 287 |
# File 'lib/stripe/resources/issuing/transaction.rb', line 285 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
281 282 283 |
# File 'lib/stripe/resources/issuing/transaction.rb', line 281 def self.inner_class_types @inner_class_types = {} end |