GetPrivateStoreCollectionOfferPlainArgs

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

Constructors

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

Properties

Link copied to clipboard

The collection ID

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(): GetPrivateStoreCollectionOfferPlainArgs