Interface AffiliateTypeCurrentUser

Describes type of affiliate for an affiliate program. Subtype of AffiliateType.

interface AffiliateTypeCurrentUser {
    @type: "affiliateTypeCurrentUser";
}

Properties

Properties

@type: "affiliateTypeCurrentUser"