Class: Dinie::ArticlesOfAssociationRequirement
- Inherits:
-
KycRequirement
- Object
- Internal::Model
- KycRequirement
- Dinie::ArticlesOfAssociationRequirement
- 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
379 380 381 382 383 384 385 386 387 |
# File 'lib/dinie/generated/types/kyc.rb', line 379 def self.deserialize(raw) new( label: raw[:label], mandatory: raw[:mandatory], requirement_id: raw[:requirement_id], requirement_type: raw[:requirement_type], submitted: raw[:submitted] && ArticlesOfAssociationSubmitted.deserialize(raw[:submitted]) ) end |