Sha256: 60d0a27d72610c4d4c73920740f3584332b16f8e77bc2c4f4b8fe248ee7bde8d
Contents?: true
Size: 545 Bytes
Versions: 31
Compression:
Stored size: 545 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe # Shipping rates describe the price of shipping presented to your customers and can be # applied to [Checkout Sessions](https://stripe.com/docs/payments/checkout/shipping) # and [Orders](https://stripe.com/docs/orders/shipping) to collect shipping costs. class ShippingRate < APIResource extend Stripe::APIOperations::Create extend Stripe::APIOperations::List include Stripe::APIOperations::Save OBJECT_NAME = "shipping_rate" end end
Version data entries
31 entries across 31 versions & 1 rubygems