Mayson Monorepo Documentation
    Preparing search index...
    interface Shipping {
        address: Stripe.Address;
        address_validation: Stripe.Issuing.Card.Shipping.AddressValidation;
        carrier: Carrier;
        customs: Stripe.Issuing.Card.Shipping.Customs;
        eta: number;
        name: string;
        phone_number: string;
        require_signature: boolean;
        service: Stripe.Issuing.Card.Shipping.Service;
        status: Stripe.Issuing.Card.Shipping.Status;
        tracking_number: string;
        tracking_url: string;
        type: Stripe.Issuing.Card.Shipping.Type;
    }
    Index

    Properties

    address: Stripe.Address

    Address validation details for the shipment.

    carrier: Carrier

    The delivery company that shipped a card.

    Additional information that may be required for clearing customs.

    eta: number

    A unix timestamp representing a best estimate of when the card will be delivered.

    name: string

    Recipient name.

    phone_number: string

    The phone number of the receiver of the shipment. Our courier partners will use this number to contact you in the event of card delivery issues. For individual shipments to the EU/UK, if this field is empty, we will provide them with the phone number provided when the cardholder was initially created.

    require_signature: boolean

    Whether a signature is required for card delivery. This feature is only supported for US users. Standard shipping service does not support signature on delivery. The default value for standard shipping service is false and for express and priority services is true.

    Shipment service, such as standard or express.

    The delivery status of the card.

    tracking_number: string

    A tracking number for a card shipment.

    tracking_url: string

    A link to the shipping carrier's site where you can view detailed information about a card shipment.

    Packaging options.