Class: Dinie::ProofOfAddressSubmitted
- Inherits:
-
Internal::Model
- Object
- Internal::Model
- Dinie::ProofOfAddressSubmitted
- 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
255 256 257 258 259 260 261 262 |
# File 'lib/dinie/generated/types/kyc.rb', line 255 def self.deserialize(raw) new( attachments: raw[:attachments].map { |item| ProofOfAddressAttachment.deserialize(item) }, evidence_type: raw[:evidence_type], review_reason: raw[:review_reason], review_status: raw[:review_status] ) end |