ListPrivateStoreStopSellOffersPlansNotificationsPlainArgs

data class ListPrivateStoreStopSellOffersPlansNotificationsPlainArgs(val privateStoreId: String, val subscriptions: List<String>? = null) : ConvertibleToJava<ListPrivateStoreStopSellOffersPlansNotificationsPlainArgs>

Constructors

constructor(privateStoreId: String, subscriptions: List<String>? = null)

Properties

Link copied to clipboard

The store ID - must use the tenant ID

Link copied to clipboard
val subscriptions: List<String>? = null

Functions

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