Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface EndpointMethodMismatch

    interface EndpointMethodMismatch {
        actualMethod: EndpointMethod;
        endpoint: string;
        expectedMethod: EndpointMethod;
    }
    Index

    Properties

    actualMethod: EndpointMethod
    endpoint: string
    expectedMethod: EndpointMethod