ZSCustomField

ZSCustomField has the custom field details which are configured for the plan in Zoho Subscriptions.

Constructors

Link copied to clipboard
constructor()
constructor(apiFieldName: String, value: String)

Constructor to pass apiFieldName and value of the ZSCustomField

Properties

Link copied to clipboard

The API field name for the custom field.

Link copied to clipboard

The unique customfieldID for each field.

Link copied to clipboard

The datatype of the custom field corresponding to ZSCustomFieldDataType

Link copied to clipboard

The name of the custom field.

Link copied to clipboard

The value associated with the custom field.

Link copied to clipboard

The formatted value associated with the custom field.

Link copied to clipboard