Class: MangoModel::DeclaredUbo

Inherits:
Object
  • Object
show all
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

MangoPay::Jsonifier::LOG

Instance Attribute Summary collapse

Method Summary

Methods included from MangoPay::Jsonifier

#dejsonify, #jsonify!

Instance Attribute Details

#refused_reason_messageObject

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
  @refused_reason_message
end

#refused_reason_typeObject

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

#statusObject

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_idObject

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