Mayson Monorepo Documentation
    Preparing search index...
    interface PersonalizationDesignCreateParams {
        physical_bundle: string;
        card_logo?: string;
        carrier_text?: Stripe.Issuing.PersonalizationDesignCreateParams.CarrierText;
        expand?: string[];
        lookup_key?: string;
        metadata?: MetadataParam;
        name?: string;
        preferences?: Stripe.Issuing.PersonalizationDesignCreateParams.Preferences;
        transfer_lookup_key?: boolean;
    }
    Index

    Properties

    physical_bundle: string

    The physical bundle object belonging to this personalization design.

    card_logo?: string

    The file for the card logo, for use with physical bundles that support card logos. Must have a purpose value of issuing_logo.

    Hash containing carrier text, for use with physical bundles that support carrier text.

    expand?: string[]

    Specifies which fields in the response should be expanded.

    lookup_key?: string

    A lookup key used to retrieve personalization designs dynamically from a static string. This may be up to 200 characters.

    metadata?: MetadataParam

    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to metadata.

    name?: string

    Friendly display name.

    Information on whether this personalization design is used to create cards when one is not specified.

    transfer_lookup_key?: boolean

    If set to true, will atomically remove the lookup key from the existing personalization design, and assign it to this personalization design.