Typescript SDK Type Docs
    Preparing search index...

    Interface DiscountCodeImportRequest

    The request body to import DiscountCodes. Contains data for Discount Codes to be created or updated in a Project.

    interface DiscountCodeImportRequest {
        resources: DiscountCodeImport[];
        type: "discount-code";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    resources: DiscountCodeImport[]

    The Discount Code import resources of this request.

    type: "discount-code"

    The resource type that can be imported.