RECEIPTS_SANDBOX

RECEIPTS_SANDBOX("receipts-sandbox.sensibill.io", listOf<String>(SSLPinning.COMODO, SSLPinning.GLOBALSIGN))

Sensibill Receipts Sandbox Environment

Receipts Sandbox is avaialble for current Sensibill customers to test against. There's a requirement of ensuring service availability between 9am-6pm Eastern Time.

Properties

certificatePins
Link copied to clipboard
open override val certificatePins: List<String>
The list of certificate pins for this Sensibill Environment
hasHttps
Link copied to clipboard
open override val hasHttps: Boolean = true
If the Sensibill environment is using https (true) or http (false)
hostName
Link copied to clipboard
open override val hostName: String
the host name of the Sensibill Environment.
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
v1BaseUrl
Link copied to clipboard
open override val v1BaseUrl: String
The base url of the API v1 endpoints.
v2BaseUrl
Link copied to clipboard
open override val v2BaseUrl: String
The base url of the API v2 endpoints.