Class: Sentdm::Models::ProfileCreateParams::Brand
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Sentdm::Models::ProfileCreateParams::Brand
- Defined in:
- lib/sentdm/models/profile_create_params.rb
Defined Under Namespace
Classes: Business, Compliance, Contact
Instance Attribute Summary collapse
-
#business ⇒ Sentdm::Models::ProfileCreateParams::Brand::Business?
Business details and address for brand KYC.
-
#compliance ⇒ Sentdm::Models::ProfileCreateParams::Brand::Compliance
Compliance and TCR information for brand registration.
-
#contact ⇒ Sentdm::Models::ProfileCreateParams::Brand::Contact
Contact information for brand KYC.
Instance Method Summary collapse
-
#initialize(name:, business_name: nil, email: nil, phone: nil, phone_country_code: nil, role: nil) ⇒ Object
constructor
Contact information for brand KYC.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(name:, business_name: nil, email: nil, phone: nil, phone_country_code: nil, role: nil) ⇒ Object
Contact information for brand KYC
|
|
# File 'lib/sentdm/models/profile_create_params.rb', line 238
|
Instance Attribute Details
#business ⇒ Sentdm::Models::ProfileCreateParams::Brand::Business?
Business details and address for brand KYC
236 |
# File 'lib/sentdm/models/profile_create_params.rb', line 236 optional :business, -> { Sentdm::ProfileCreateParams::Brand::Business }, nil?: true |
#compliance ⇒ Sentdm::Models::ProfileCreateParams::Brand::Compliance
Compliance and TCR information for brand registration
224 |
# File 'lib/sentdm/models/profile_create_params.rb', line 224 required :compliance, -> { Sentdm::ProfileCreateParams::Brand::Compliance } |
#contact ⇒ Sentdm::Models::ProfileCreateParams::Brand::Contact
Contact information for brand KYC
230 |
# File 'lib/sentdm/models/profile_create_params.rb', line 230 required :contact, -> { Sentdm::ProfileCreateParams::Brand::Contact } |