Class: Dinie::ProofOfAddressAttachment
- Inherits:
-
Internal::Model
- Object
- Internal::Model
- Dinie::ProofOfAddressAttachment
- Defined in:
- lib/dinie/generated/types/kyc.rb
Constant Summary
Constants inherited from Internal::Model
Internal::Model::REDACTED_ATTRIBUTES
Class Method Summary collapse
Methods inherited from 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
122 123 124 125 126 127 |
# File 'lib/dinie/generated/types/kyc.rb', line 122 def self.deserialize(raw) new( attachment_type: raw[:attachment_type], submitted: raw[:submitted] ) end |