Interface ConnectedAffiliatePrograms

Represents a list of affiliate programs that were connected to an affiliate.

interface ConnectedAffiliatePrograms {
    @type: "connectedAffiliatePrograms";
    next_offset: string;
    programs: ConnectedAffiliateProgram[];
    total_count: number;
}

Properties

@type: "connectedAffiliatePrograms"
next_offset: string

The offset for the next request. If empty, then there are no more results.

The list of connected affiliate programs.

total_count: number

The total number of affiliate programs that were connected to the affiliate.