ZSAPIConfiguration

data class ZSAPIConfiguration(var apiKey: String, var zsProductID: String, var zsDCDomain: ZSDomain = ZSDomain.COM) : Serializable

Constructors

Link copied to clipboard
constructor(apiKey: String, zsProductID: String, zsDCDomain: ZSDomain = ZSDomain.COM)

Properties

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.

Link copied to clipboard
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.

Functions

Link copied to clipboard