Class: MangoModel::Ubo
- Inherits:
-
EntityBase
- Object
- EntityBase
- MangoModel::Ubo
- Includes:
- MangoPay::Jsonifier
- Defined in:
- lib/mangopay/model/entity/ubo.rb
Overview
UBO entity
Constant Summary
Constants included from MangoPay::Jsonifier
Instance Attribute Summary collapse
-
#address ⇒ Object
[Address].
-
#birthday ⇒ Object
[Long].
-
#birthplace ⇒ Object
[String].
-
#first_name ⇒ Object
[String].
-
#is_active ⇒ Object
[Bool].
-
#last_name ⇒ Object
[String].
-
#nationality ⇒ Object
[CountryIso].
Attributes inherited from EntityBase
Method Summary
Methods included from MangoPay::Jsonifier
Methods included from NonInstantiable
Instance Attribute Details
#address ⇒ Object
- Address
16 17 18 |
# File 'lib/mangopay/model/entity/ubo.rb', line 16 def address @address end |
#birthday ⇒ Object
- Long
22 23 24 |
# File 'lib/mangopay/model/entity/ubo.rb', line 22 def birthday @birthday end |
#birthplace ⇒ Object
- String
25 26 27 |
# File 'lib/mangopay/model/entity/ubo.rb', line 25 def birthplace @birthplace end |
#first_name ⇒ Object
- String
10 11 12 |
# File 'lib/mangopay/model/entity/ubo.rb', line 10 def first_name @first_name end |
#is_active ⇒ Object
- Bool
28 29 30 |
# File 'lib/mangopay/model/entity/ubo.rb', line 28 def is_active @is_active end |
#last_name ⇒ Object
- String
13 14 15 |
# File 'lib/mangopay/model/entity/ubo.rb', line 13 def last_name @last_name end |
#nationality ⇒ Object
- CountryIso
19 20 21 |
# File 'lib/mangopay/model/entity/ubo.rb', line 19 def nationality @nationality end |