Interface ReferralAccount

interface ReferralAccount {
    account: string;
    campaign_id: string;
    created: string;
    referrer: string;
}

Properties

account: string
campaign_id: string
created: string
referrer: string