# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe module Issuing # 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. class PhysicalBundle < APIResource extend Stripe::APIOperations::List OBJECT_NAME = "issuing.physical_bundle" end end end