Class: Stigg::Models::V1::CustomerUpdateParams::Integration
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Stigg::Models::V1::CustomerUpdateParams::Integration
- Defined in:
- lib/stigg/models/v1/customer_update_params.rb
Defined Under Namespace
Modules: VendorIdentifier
Instance Attribute Summary collapse
-
#id ⇒ String
Integration details.
-
#synced_entity_id ⇒ String?
Synced entity id.
-
#vendor_identifier ⇒ Symbol, Stigg::Models::V1::CustomerUpdateParams::Integration::VendorIdentifier
The vendor identifier of integration.
Instance Method Summary collapse
-
#initialize(id:, synced_entity_id:, vendor_identifier:) ⇒ Object
constructor
External billing or CRM integration link.
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(id:, synced_entity_id:, vendor_identifier:) ⇒ Object
External billing or CRM integration link
|
|
# File 'lib/stigg/models/v1/customer_update_params.rb', line 277
|
Instance Attribute Details
#id ⇒ String
Integration details
261 |
# File 'lib/stigg/models/v1/customer_update_params.rb', line 261 required :id, String |
#synced_entity_id ⇒ String?
Synced entity id
267 |
# File 'lib/stigg/models/v1/customer_update_params.rb', line 267 required :synced_entity_id, String, api_name: :syncedEntityId, nil?: true |
#vendor_identifier ⇒ Symbol, Stigg::Models::V1::CustomerUpdateParams::Integration::VendorIdentifier
The vendor identifier of integration
273 274 275 |
# File 'lib/stigg/models/v1/customer_update_params.rb', line 273 required :vendor_identifier, enum: -> { Stigg::V1::CustomerUpdateParams::Integration::VendorIdentifier }, api_name: :vendorIdentifier |