Method: Unit::Types::RequireIdVerification#represent

Defined in:
lib/unit/types/require_id_verification.rb

#representObject



19
20
21
22
23
24
25
26
# File 'lib/unit/types/require_id_verification.rb', line 19

def represent
  payload = {
    individual: individual,
    officer: officer,
    beneficialOwners: beneficial_owners
  }
  payload.compact
end