Class: Dinie::IdentityRgAttachment

Inherits:
Dinie::Internal::Model show all
Defined in:
lib/dinie/generated/types/kyc.rb

Constant Summary

Constants inherited from Dinie::Internal::Model

Dinie::Internal::Model::REDACTED_ATTRIBUTES

Class Method Summary collapse

Methods inherited from Dinie::Internal::Model

#==, attribute, attributes, #deconstruct_keys, #hash, inherited, #initialize, #inspect, #to_h

Constructor Details

This class inherits a constructor from Dinie::Internal::Model

Class Method Details

.deserialize(raw) ⇒ Object



100
101
102
103
104
105
# File 'lib/dinie/generated/types/kyc.rb', line 100

def self.deserialize(raw)
  new(
    attachment_type: raw[:attachment_type],
    submitted: raw[:submitted]
  )
end