Module: MetronomeSDK::Models::V1::Customers::BillingConfigDeleteParams::BillingProviderType

Extended by:
Internal::Type::Enum
Defined in:
lib/metronome_sdk/models/v1/customers/billing_config_delete_params.rb,
sig/metronome_sdk/models/v1/customers/billing_config_delete_params.rbs

Constant Summary collapse

AWS_MARKETPLACE =

Returns:

  • (:aws_marketplace)
:aws_marketplace
STRIPE =

Returns:

  • (:stripe)
:stripe
NETSUITE =

Returns:

  • (:netsuite)
:netsuite
CUSTOM =

Returns:

  • (:custom)
:custom
AZURE_MARKETPLACE =

Returns:

  • (:azure_marketplace)
:azure_marketplace
QUICKBOOKS_ONLINE =

Returns:

  • (:quickbooks_online)
:quickbooks_online
WORKDAY =

Returns:

  • (:workday)
:workday
GCP_MARKETPLACE =

Returns:

  • (:gcp_marketplace)
:gcp_marketplace
METRONOME =

Returns:

  • (:metronome)
:metronome

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/metronome_sdk/models/v1/customers/billing_config_delete_params.rb', line 41

Instance Method Details

#initialize(customer_id:, billing_provider_type:, request_options: {}) ⇒ Object

Parameters:



28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# File 'lib/metronome_sdk/models/v1/customers/billing_config_delete_params.rb', line 28

module BillingProviderType
  extend MetronomeSDK::Internal::Type::Enum

  AWS_MARKETPLACE = :aws_marketplace
  STRIPE = :stripe
  NETSUITE = :netsuite
  CUSTOM = :custom
  AZURE_MARKETPLACE = :azure_marketplace
  QUICKBOOKS_ONLINE = :quickbooks_online
  WORKDAY = :workday
  GCP_MARKETPLACE = :gcp_marketplace
  METRONOME = :metronome

  # @!method self.values
  #   @return [Array<Symbol>]
end

#self?.values::Array[MetronomeSDK::Models::V1::Customers::BillingConfigDeleteParams::billing_provider_type]

Returns:

  • (::Array[MetronomeSDK::Models::V1::Customers::BillingConfigDeleteParams::billing_provider_type])


56
# File 'sig/metronome_sdk/models/v1/customers/billing_config_delete_params.rbs', line 56

def self?.values: -> ::Array[MetronomeSDK::Models::V1::Customers::BillingConfigDeleteParams::billing_provider_type]