DefaultEnvironment
DefaultEnvironment.kt
Enum that defines a Sensibill Backend(API) Environment. Contains the backend host name
Entries
Sensibill Beta-Staging Backend Environment
Sensibill Receipt-Staging Backend Environment
Main Sensibill production environment
Sensibill Receipts Sandbox Environment
Sensibill Beta Sandbox Environment
Properties
Returns a representation of an immutable list of all enum entries, in the order they're declared.
The base url of the API v1 endpoints. By default set this to result of defaultV1BaseUrl
The base url of the API v2 endpoints. By default set this to result of defaultV2BaseUrl
Functions
The default v1 Base Url
The default v2 Base Url
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.