Class: CheckoutSdk::Accounts::DateOfBirth

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/accounts/date_of_birth.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dayInteger

Returns:

  • (Integer)


11
12
13
14
15
# File 'lib/checkout_sdk/accounts/date_of_birth.rb', line 11

class DateOfBirth
  attr_accessor :day,
                :month,
                :year
end

#monthInteger

Returns:

  • (Integer)


11
12
13
14
15
# File 'lib/checkout_sdk/accounts/date_of_birth.rb', line 11

class DateOfBirth
  attr_accessor :day,
                :month,
                :year
end

#yearInteger

Returns:

  • (Integer)


11
12
13
14
15
# File 'lib/checkout_sdk/accounts/date_of_birth.rb', line 11

class DateOfBirth
  attr_accessor :day,
                :month,
                :year
end