GetPrivateStoreOfferPlainArgs

data class GetPrivateStoreOfferPlainArgs(val offerId: String, val privateStoreId: String) : ConvertibleToJava<GetPrivateStoreOfferPlainArgs>

Constructors

Link copied to clipboard
constructor(offerId: String, privateStoreId: String)

Properties

Link copied to clipboard

The offer ID to update or delete

Link copied to clipboard

The store ID - must use the tenant ID

Functions

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