GetClientPlainArgs

data class GetClientPlainArgs(val brand: String, val clientId: String) : ConvertibleToJava<GetClientPlainArgs>

A collection of arguments for invoking getClient.

Constructors

Link copied to clipboard
constructor(brand: String, clientId: String)

Properties

Link copied to clipboard

The name of the brand.

Link copied to clipboard

The client_id of the brand.

Functions

Link copied to clipboard
open override fun toJava(): GetClientPlainArgs