stripe-ruby/lib/stripe/resources/issuing/physical_bundle.rb
2023-09-28 23:53:39 +00:00

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