ZSConfiguration

data class ZSConfiguration(var userId: String, var userEmail: String, var displayName: String) : Serializable

Configuration of the SDK. This configuration contains the basic data used to make API calls to Zoho Subscriptions’ server.

Constructors

Link copied to clipboard
constructor(userId: String, userEmail: String, displayName: String)

Properties

Link copied to clipboard

The display name of the user. For new users, the display name will be used in creating an customer in Zoho Subscription.

Link copied to clipboard

The email id of the user. For new users, the email will be used in creating an customer in Zoho Subscription.

Link copied to clipboard

The Unique ID that is specific to an individual user. The id will be used to reference user in Zoho Subscription.

Functions

Link copied to clipboard