Class: Stripe::Issuing::Transaction::PurchaseDetails::Flight::Segment

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/issuing/transaction.rb

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

Method Summary

Methods inherited from StripeObject

#==, #[], #[]=, 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

#arrival_airport_codeObject (readonly)

Returns the value of attribute arrival_airport_code.



57
58
59
# File 'lib/stripe/resources/issuing/transaction.rb', line 57

def arrival_airport_code
  @arrival_airport_code
end

#carrierObject (readonly)

Returns the value of attribute carrier.



57
58
59
# File 'lib/stripe/resources/issuing/transaction.rb', line 57

def carrier
  @carrier
end

#departure_airport_codeObject (readonly)

Returns the value of attribute departure_airport_code.



57
58
59
# File 'lib/stripe/resources/issuing/transaction.rb', line 57

def departure_airport_code
  @departure_airport_code
end

#flight_numberObject (readonly)

Returns the value of attribute flight_number.



57
58
59
# File 'lib/stripe/resources/issuing/transaction.rb', line 57

def flight_number
  @flight_number
end

#service_classObject (readonly)

Returns the value of attribute service_class.



57
58
59
# File 'lib/stripe/resources/issuing/transaction.rb', line 57

def service_class
  @service_class
end

#stopover_allowedObject (readonly)

Returns the value of attribute stopover_allowed.



57
58
59
# File 'lib/stripe/resources/issuing/transaction.rb', line 57

def stopover_allowed
  @stopover_allowed
end