GetAgreementPlainArgs

data class GetAgreementPlainArgs(val offer: String, val plan: String, val publisher: String) : ConvertibleToJava<GetAgreementPlainArgs>

A collection of arguments for invoking getAgreement.

Constructors

Link copied to clipboard
constructor(offer: String, plan: String, publisher: String)

Properties

Link copied to clipboard

The Offer of the Marketplace Image.

Link copied to clipboard

The Plan of the Marketplace Image.

Link copied to clipboard

The Publisher of the Marketplace Image.

Functions

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