Class: Stigg::Models::V1::Customers::IntegrationListResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Stigg::Models::V1::Customers::IntegrationListResponse
- Defined in:
- lib/stigg/models/v1/customers/integration_list_response.rb
Overview
Defined Under Namespace
Modules: SyncData, VendorIdentifier
Instance Attribute Summary collapse
-
#id ⇒ String
Integration details.
-
#sync_data ⇒ Stigg::Models::V1::Customers::IntegrationListResponse::SyncData::SyncRevisionPriceBillingData, ...
Price billing sync revision data containing billing ID, link URL, and price group package billing ID.
-
#synced_entity_id ⇒ String?
Synced entity id.
-
#vendor_identifier ⇒ Symbol, Stigg::Models::V1::Customers::IntegrationListResponse::VendorIdentifier
The vendor identifier of integration.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(id:, synced_entity_id:, vendor_identifier:, sync_data: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see IntegrationListResponse for more details.
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:, sync_data: nil) ⇒ Object
Some parameter documentations has been truncated, see Stigg::Models::V1::Customers::IntegrationListResponse for more details.
External billing or CRM integration link
|
|
# File 'lib/stigg/models/v1/customers/integration_list_response.rb', line 39
|
Instance Attribute Details
#id ⇒ String
Integration details
13 |
# File 'lib/stigg/models/v1/customers/integration_list_response.rb', line 13 required :id, String |
#sync_data ⇒ Stigg::Models::V1::Customers::IntegrationListResponse::SyncData::SyncRevisionPriceBillingData, ...
Price billing sync revision data containing billing ID, link URL, and price group package billing ID
34 35 36 37 |
# File 'lib/stigg/models/v1/customers/integration_list_response.rb', line 34 optional :sync_data, union: -> { Stigg::Models::V1::Customers::IntegrationListResponse::SyncData }, api_name: :syncData, nil?: true |
#synced_entity_id ⇒ String?
Synced entity id
19 |
# File 'lib/stigg/models/v1/customers/integration_list_response.rb', line 19 required :synced_entity_id, String, api_name: :syncedEntityId, nil?: true |
#vendor_identifier ⇒ Symbol, Stigg::Models::V1::Customers::IntegrationListResponse::VendorIdentifier
The vendor identifier of integration
25 26 27 |
# File 'lib/stigg/models/v1/customers/integration_list_response.rb', line 25 required :vendor_identifier, enum: -> { Stigg::Models::V1::Customers::IntegrationListResponse::VendorIdentifier }, api_name: :vendorIdentifier |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/stigg/models/v1/customers/integration_list_response.rb', line 70
|