Class: Stripe::PaymentIntent::PaymentDetails::FlightDatum::Segment

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

Defined Under Namespace

Classes: Arrival, Departure

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

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?, field_encodings, #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

#amountObject (readonly)

Segment fare amount.



2398
2399
2400
# File 'lib/stripe/resources/payment_intent.rb', line 2398

def amount
  @amount
end

#arrivalObject (readonly)

Attribute for field arrival



2400
2401
2402
# File 'lib/stripe/resources/payment_intent.rb', line 2400

def arrival
  @arrival
end

#carrier_codeObject (readonly)

Airline carrier code.



2402
2403
2404
# File 'lib/stripe/resources/payment_intent.rb', line 2402

def carrier_code
  @carrier_code
end

#carrier_nameObject (readonly)

Carrier name.



2404
2405
2406
# File 'lib/stripe/resources/payment_intent.rb', line 2404

def carrier_name
  @carrier_name
end

#currencyObject (readonly)

Segment currency.



2406
2407
2408
# File 'lib/stripe/resources/payment_intent.rb', line 2406

def currency
  @currency
end

#departureObject (readonly)

Attribute for field departure



2408
2409
2410
# File 'lib/stripe/resources/payment_intent.rb', line 2408

def departure
  @departure
end

#exchange_ticket_numberObject (readonly)

Exchange ticket number.



2410
2411
2412
# File 'lib/stripe/resources/payment_intent.rb', line 2410

def exchange_ticket_number
  @exchange_ticket_number
end

#fare_basis_codeObject (readonly)

Fare basis code.



2412
2413
2414
# File 'lib/stripe/resources/payment_intent.rb', line 2412

def fare_basis_code
  @fare_basis_code
end

#feesObject (readonly)

Additional fees.



2414
2415
2416
# File 'lib/stripe/resources/payment_intent.rb', line 2414

def fees
  @fees
end

#flight_numberObject (readonly)

Flight number.



2416
2417
2418
# File 'lib/stripe/resources/payment_intent.rb', line 2416

def flight_number
  @flight_number
end

#is_stop_over_indicatorObject (readonly)

Stopover indicator.



2418
2419
2420
# File 'lib/stripe/resources/payment_intent.rb', line 2418

def is_stop_over_indicator
  @is_stop_over_indicator
end

#refundableObject (readonly)

Refundable ticket indicator.



2420
2421
2422
# File 'lib/stripe/resources/payment_intent.rb', line 2420

def refundable
  @refundable
end

#service_classObject (readonly)

Class of service.



2422
2423
2424
# File 'lib/stripe/resources/payment_intent.rb', line 2422

def service_class
  @service_class
end

#tax_amountObject (readonly)

Tax amount for segment.



2424
2425
2426
# File 'lib/stripe/resources/payment_intent.rb', line 2424

def tax_amount
  @tax_amount
end

#ticket_numberObject (readonly)

Ticket number.



2426
2427
2428
# File 'lib/stripe/resources/payment_intent.rb', line 2426

def ticket_number
  @ticket_number
end

Class Method Details

.field_remappingsObject



2432
2433
2434
# File 'lib/stripe/resources/payment_intent.rb', line 2432

def self.field_remappings
  @field_remappings = {}
end

.inner_class_typesObject



2428
2429
2430
# File 'lib/stripe/resources/payment_intent.rb', line 2428

def self.inner_class_types
  @inner_class_types = { arrival: Arrival, departure: Departure }
end