Sha256: 76452f07540ee74dd51f2d90562d02c650b6667d11889d6fd82c389dd08afbe8
Contents?: true
Size: 1.2 KB
Versions: 1
Compression:
Stored size: 1.2 KB
Contents
# This file is automatically created by Recurly's OpenAPI generation process # and thus any edits you make by hand will be lost. If you wish to make a # change to this file, please create a Github issue explaining the changes you # need and we will usher them to the appropriate places. module Recurly module Requests class AccountAcquisitionUpdatable < Request # @!attribute campaign # @return [String] An arbitrary identifier for the marketing campaign that led to the acquisition of this account. define_attribute :campaign, String # @!attribute channel # @return [String] The channel through which the account was acquired. define_attribute :channel, String, { :enum => ["referral", "social_media", "email", "paid_search", "organic_search", "direct_traffic", "marketing_content", "blog", "events", "outbound_sales", "advertising", "public_relations", "other"] } # @!attribute cost # @return [Hash] Account balance define_attribute :cost, Hash # @!attribute subchannel # @return [String] An arbitrary subchannel string representing a distinction/subcategory within a broader channel. define_attribute :subchannel, String end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
recurly-3.0.0.beta.4 | lib/recurly/requests/account_acquisition_updatable.rb |