Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 944 Bytes

benefitcreate.md

File metadata and controls

41 lines (26 loc) · 944 Bytes

BenefitCreate

Supported Types

BenefitAdsCreate

benefitCreate := components.CreateBenefitCreateAds(components.BenefitAdsCreate{/* values here */})

BenefitCustomCreate

benefitCreate := components.CreateBenefitCreateCustom(components.BenefitCustomCreate{/* values here */})

BenefitDiscordCreate

benefitCreate := components.CreateBenefitCreateDiscord(components.BenefitDiscordCreate{/* values here */})

BenefitDownloadablesCreate

benefitCreate := components.CreateBenefitCreateDownloadables(components.BenefitDownloadablesCreate{/* values here */})

BenefitGitHubRepositoryCreate

benefitCreate := components.CreateBenefitCreateGithubRepository(components.BenefitGitHubRepositoryCreate{/* values here */})

BenefitLicenseKeysCreate

benefitCreate := components.CreateBenefitCreateLicenseKeys(components.BenefitLicenseKeysCreate{/* values here */})