Sha256: ed12ebdad98c871387e76257403a8c064fa475304f6c100cc2a438cd9138e8d2
Contents?: true
Size: 1.65 KB
Versions: 86
Compression:
Stored size: 1.65 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 Resources class AccountAcquisition < Resource # @!attribute account # @return [AccountMini] Account mini details define_attribute :account, :AccountMini # @!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] Account balance define_attribute :cost, :AccountAcquisitionCost # @!attribute created_at # @return [DateTime] When the account acquisition data was created. define_attribute :created_at, DateTime # @!attribute id # @return [String] define_attribute :id, String # @!attribute object # @return [String] Object type define_attribute :object, String # @!attribute subchannel # @return [String] An arbitrary subchannel string representing a distinction/subcategory within a broader channel. define_attribute :subchannel, String # @!attribute updated_at # @return [DateTime] When the account acquisition data was last changed. define_attribute :updated_at, DateTime end end end
Version data entries
86 entries across 86 versions & 1 rubygems