ApplicationPropertiesResponse

data class ApplicationPropertiesResponse(val applicationDescription: String? = null, val applicationType: String? = null, val legalName: String? = null, val name: String? = null, val organizationDescription: String? = null, val privacyContactEmailAddress: String? = null, val taxNumber: String? = null)

Details about the Application that would use the Operator's Network APIs.

Constructors

Link copied to clipboard
constructor(applicationDescription: String? = null, applicationType: String? = null, legalName: String? = null, name: String? = null, organizationDescription: String? = null, privacyContactEmailAddress: String? = null, taxNumber: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of the application.

Link copied to clipboard
val applicationType: String? = null

The category that describes the application.

Link copied to clipboard
val legalName: String? = null

Legal name of the organization owning the application.

Link copied to clipboard
val name: String? = null

Name of the application.

Link copied to clipboard

A description of the organization owning the application.

Link copied to clipboard

Email address of the Privacy contact or Data Protection officer of the organization.

Link copied to clipboard
val taxNumber: String? = null

Unique Tax Number for the user's organization in the country/region the APC Gateway is being purchased.