Module: MetronomeSDK::Models::V1::Customers::BillingConfigCreateParams::BillingProviderType

Extended by:
Internal::Type::Enum
Defined in:
lib/metronome_sdk/models/v1/customers/billing_config_create_params.rb

Constant Summary collapse

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

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

Instance Method Details

#initialize(customer_id: , billing_provider_type: , billing_provider_customer_id: , aws_product_code: nil, aws_region: nil, stripe_collection_method: nil, request_options: {}) ⇒ Object

Some parameter documentations has been truncated, see MetronomeSDK::Models::V1::Customers::BillingConfigCreateParams for more details.

Parameters:



67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# File 'lib/metronome_sdk/models/v1/customers/billing_config_create_params.rb', line 67

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