Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.03 KB

ApplicationReferee.md

File metadata and controls

27 lines (20 loc) · 1.03 KB

TalonOne::ApplicationReferee

Properties

Name Type Description Notes
application_id Integer The ID of the Application that owns this entity.
session_id String Integration ID of the session in which the customer redeemed the referral.
advocate_integration_id String Integration ID of the Advocate's Profile.
friend_integration_id String Integration ID of the Friend's Profile.
code String Advocate's referral code.
created DateTime Timestamp of the moment the customer redeemed the referral.

Code Sample

require 'TalonOne'

instance = TalonOne::ApplicationReferee.new(application_id: 322,
                                 session_id: null,
                                 advocate_integration_id: null,
                                 friend_integration_id: null,
                                 code: null,
                                 created: null)