Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface EditAffiliateListOfTargetedCampaignFailAffiliate

    EditAffiliateListOfTargetedCampaignFailAffiliate sub-interface for EditAffiliateListOfTargetedCampaignResponseData

    interface EditAffiliateListOfTargetedCampaignFailAffiliate {
        affiliate_id?: number;
        fail_error?: string;
        fail_message?: string;
    }
    Index

    Properties

    affiliate_id?: number

    The unique key for affiliate.

    fail_error?: string

    Indicate error type if hit error. Empty if no error happened.

    fail_message?: string

    Indicate error details if hit error. Empty if no error happened.