Sha256: 3eed8be4cc8a75a02a34115339df6c5c288ddd094e47cdc18e7b7907e9630ba4
Contents?: true
Size: 1.02 KB
Versions: 8
Compression:
Stored size: 1.02 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 # @!attribute cost # @return [AccountAcquisitionCost] define_attribute :cost, :AccountAcquisitionCost # @!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
8 entries across 8 versions & 1 rubygems