Class: MangoModel::UboDeclarationRefusedReasonType

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

Overview

UBO Declaration refusal reasons enumeration

Constant Summary collapse

MISSING_UBO =

At least one natural user is missing from the declaration

value 'MISSING_UBO'
INVALID_DECLARED_UBO =

At least one of the natural users should not be declared as UBO

value 'INVALID_DECLARED_UBO'
INVALID_UBO_DETAILS =

At least one of the natural users declared as UBOs 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