Package io.revenuemonster.sdk

Types

Config
Link copied to clipboard
common
data class Config(clientID: String, clientSecret: String, privateKey: String, publicKey: String, sandbox: Boolean)
OAuthCredential
Link copied to clipboard
common
class OAuthCredential(accessToken: String, refreshToken: String, expireDateTime: Instant)
RevenueMonsterSDK
Link copied to clipboard
common
class RevenueMonsterSDK(config: Config)