Class: CheckoutSdk::Payments::Passenger
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::Passenger
- Defined in:
- lib/checkout_sdk/payments/passenger.rb
Instance Attribute Summary collapse
Instance Attribute Details
#country_code ⇒ String
Returns Common::Country.
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_birth ⇒ 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 |
#name ⇒ 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 |