Class: MangoModel::DeclaredUboRefusedReasonType

Inherits:
Object
  • Object
show all
Extended by:
Enum
Defined in:
lib/mangopay/model/enum/declared_ubo_refused_reason_type.rb

Overview

Enumeration of refusal reasons for a declared UBO

Constant Summary collapse

INVALID_DECLARED_UBO =

The user should not be declared as UBO

value 'INVALID_DECLARED_UBO'
INVALID_UBO_DETAILS =

The user declared as UBO has been created with wrong details (i.e. date of birth, country of residence)

value 'INVALID_UBO_DETAILS'

Method Summary

Methods included from Enum

extended, value_of