IssuingPhysicalBundle
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.
Summary
Types
@type t() :: %Stripe.Resources.Issuing.PhysicalBundle{ features: term(), id: term(), livemode: term(), name: term(), object: term(), status: term(), type: term() }
features- Expandable.id- Unique identifier for the object. Max length: 5000.livemode- If the object exists in live mode, the value istrue. If the object exists in test mode, the value isfalse.name- Friendly display name. Max length: 5000.object- String representing the object's type. Objects of the same type share the same value. Possible values:issuing.physical_bundle.status- Whether this physical bundle can be used to create cards. Possible values:active,inactive,review.type- Whether this physical bundle is a standard Stripe offering or custom-made for you. Possible values:custom,standard.