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.



2286
2287
2288
# File 'lib/stripe/resources/payment_intent.rb', line 2286

def amount
  @amount
end

#arrivalObject (readonly)

Attribute for field arrival



2288
2289
2290
# File 'lib/stripe/resources/payment_intent.rb', line 2288

def arrival
  @arrival
end

#carrier_codeObject (readonly)

Airline carrier code.



2290
2291
2292
# File 'lib/stripe/resources/payment_intent.rb', line 2290

def carrier_code
  @carrier_code
end

#carrier_nameObject (readonly)

Carrier name.



2292
2293
2294
# File 'lib/stripe/resources/payment_intent.rb', line 2292

def carrier_name
  @carrier_name
end

#currencyObject (readonly)

Segment currency.



2294
2295
2296
# File 'lib/stripe/resources/payment_intent.rb', line 2294

def currency
  @currency
end

#departureObject (readonly)

Attribute for field departure



2296
2297
2298
# File 'lib/stripe/resources/payment_intent.rb', line 2296

def departure
  @departure
end

#exchange_ticket_numberObject (readonly)

Exchange ticket number.



2298
2299
2300
# File 'lib/stripe/resources/payment_intent.rb', line 2298

def exchange_ticket_number
  @exchange_ticket_number
end

#fare_basis_codeObject (readonly)

Fare basis code.



2300
2301
2302
# File 'lib/stripe/resources/payment_intent.rb', line 2300

def fare_basis_code
  @fare_basis_code
end

#feesObject (readonly)

Additional fees.



2302
2303
2304
# File 'lib/stripe/resources/payment_intent.rb', line 2302

def fees
  @fees
end

#flight_numberObject (readonly)

Flight number.



2304
2305
2306
# File 'lib/stripe/resources/payment_intent.rb', line 2304

def flight_number
  @flight_number
end

#is_stop_over_indicatorObject (readonly)

Stopover indicator.



2306
2307
2308
# File 'lib/stripe/resources/payment_intent.rb', line 2306

def is_stop_over_indicator
  @is_stop_over_indicator
end

#refundableObject (readonly)

Refundable ticket indicator.



2308
2309
2310
# File 'lib/stripe/resources/payment_intent.rb', line 2308

def refundable
  @refundable
end

#service_classObject (readonly)

Class of service.



2310
2311
2312
# File 'lib/stripe/resources/payment_intent.rb', line 2310

def service_class
  @service_class
end

#tax_amountObject (readonly)

Tax amount for segment.



2312
2313
2314
# File 'lib/stripe/resources/payment_intent.rb', line 2312

def tax_amount
  @tax_amount
end

#ticket_numberObject (readonly)

Ticket number.



2314
2315
2316
# File 'lib/stripe/resources/payment_intent.rb', line 2314

def ticket_number
  @ticket_number
end

Class Method Details

.field_remappingsObject



2320
2321
2322
# File 'lib/stripe/resources/payment_intent.rb', line 2320

def self.field_remappings
  @field_remappings = {}
end

.inner_class_typesObject



2316
2317
2318
# File 'lib/stripe/resources/payment_intent.rb', line 2316

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