mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-05 00:02:50 -04:00
14 lines
420 B
Ruby
14 lines
420 B
Ruby
# 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
|