Class: AdvancedBilling::Environment

Inherits:
Object
  • Object
show all
Defined in:
lib/advanced_billing/configuration.rb

Overview

An enum for SDK environments.

Constant Summary collapse

ENVIRONMENT =

US: Default Advanced Billing environment hosted in US. Valid for the majority of our customers. EU: Advanced Billing environment hosted in EU. Use only when you requested EU hosting for your AB account.

[
  US = 'US'.freeze,
  EU = 'EU'.freeze
].freeze