Click or drag to resize

IAtomiaBillingApiPromoCodesGenerator Method

Generate promo codes for campaign and promo code set, base on campaignCodesGeneratorSettings

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void PromoCodesGenerator(
	Guid campaignId,
	Guid promoCodeSetId,
	CampaignCodeGeneratorSettings campaignCodesGeneratorSettings
)

Parameters

campaignId
Type: SystemGuid
The campaign id.
promoCodeSetId
Type: SystemGuid
The promo code set id.
campaignCodesGeneratorSettings
Type: Atomia.Billing.Core.Sdk.BusinessObjectsCampaignCodeGeneratorSettings
The campaign codes generator settings.
See Also