Class: CheckoutSdk::Payments::Passenger

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/payments/passenger.rb

Instance Attribute Summary collapse

Instance Attribute Details

#country_codeString

Returns Common::Country.

Returns:



11
12
13
14
15
# File 'lib/checkout_sdk/payments/passenger.rb', line 11

class Passenger
  attr_accessor :name,
                :date_of_birth,
                :country_code
end

#date_of_birthString

Returns:

  • (String)


11
12
13
14
15
# File 'lib/checkout_sdk/payments/passenger.rb', line 11

class Passenger
  attr_accessor :name,
                :date_of_birth,
                :country_code
end

#nameString

Returns:

  • (String)


11
12
13
14
15
# File 'lib/checkout_sdk/payments/passenger.rb', line 11

class Passenger
  attr_accessor :name,
                :date_of_birth,
                :country_code
end