Get Private Store Collection Offer Plain Args
data class GetPrivateStoreCollectionOfferPlainArgs(val collectionId: String, val offerId: String, val privateStoreId: String) : ConvertibleToJava<GetPrivateStoreCollectionOfferPlainArgs>
Constructors
Link copied to clipboard
fun GetPrivateStoreCollectionOfferPlainArgs(collectionId: String, offerId: String, privateStoreId: String)