Mayson Monorepo Documentation
    Preparing search index...

    A Physical Bundle represents the bundle of physical items - card stock, carrier letter, and envelope - that is shipped to a cardholder when you create a physical card.

    interface PhysicalBundle {
        id: string;
        object: "issuing.physical_bundle";
        features: Stripe.Issuing.PhysicalBundle.Features;
        livemode: boolean;
        name: string;
        status: Stripe.Issuing.PhysicalBundle.Status;
        type: Stripe.Issuing.PhysicalBundle.Type;
    }
    Index

    Properties

    id: string

    Unique identifier for the object.

    object: "issuing.physical_bundle"

    String representing the object's type. Objects of the same type share the same value.

    livemode: boolean

    Has the value true if the object exists in live mode or the value false if the object exists in test mode.

    name: string

    Friendly display name.

    Whether this physical bundle can be used to create cards.

    Whether this physical bundle is a standard Stripe offering or custom-made for you.