Class: MangoModel::DeclaredUbo
- Inherits:
-
Object
- Object
- MangoModel::DeclaredUbo
- Includes:
- MangoPay::Jsonifier
- Defined in:
- lib/mangopay/model/declared_ubo.rb
Overview
Object that represents validation status of a user declared as UBO
Constant Summary
Constants included from MangoPay::Jsonifier
Instance Attribute Summary collapse
-
#refused_reason_message ⇒ Object
- String
-
Explanation of why the UBO declaration has been refused.
-
#refused_reason_type ⇒ Object
- DeclaredUboRefusedReasonType
-
Reason why the UBO is not validly declared.
-
#status ⇒ Object
- DeclaredUboStatus
-
Validation status of the user declared as UBO.
-
#user_id ⇒ Object
- String
-
ID of the natural user declared as UBO.
Method Summary
Methods included from MangoPay::Jsonifier
Instance Attribute Details
#refused_reason_message ⇒ Object
- String
-
Explanation of why the UBO declaration has been refused
19 20 21 |
# File 'lib/mangopay/model/declared_ubo.rb', line 19 def @refused_reason_message end |
#refused_reason_type ⇒ Object
- DeclaredUboRefusedReasonType
-
Reason why the UBO is not validly declared
16 17 18 |
# File 'lib/mangopay/model/declared_ubo.rb', line 16 def refused_reason_type @refused_reason_type end |
#status ⇒ Object
- DeclaredUboStatus
-
Validation status of the user declared as UBO
13 14 15 |
# File 'lib/mangopay/model/declared_ubo.rb', line 13 def status @status end |
#user_id ⇒ Object
- String
-
ID of the natural user declared as UBO
10 11 12 |
# File 'lib/mangopay/model/declared_ubo.rb', line 10 def user_id @user_id end |