Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 436 Bytes

GenerateCampaignDescription.md

File metadata and controls

19 lines (12 loc) · 436 Bytes

TalonOne::GenerateCampaignDescription

Properties

Name Type Description Notes
campaign_id Integer ID of the campaign.
currency String Currency for the campaign.

Code Sample

require 'TalonOne'

instance = TalonOne::GenerateCampaignDescription.new(campaign_id: null,
                                 currency: null)