Sha256: ade5c1b24ced02a8a9a2ecef1531f95f3a99dbebc89d52546281214d1d75a10d
Contents?: true
Size: 507 Bytes
Versions: 37
Compression:
Stored size: 507 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 # applied to a purchase. For more information, see [Charge for shipping](https://stripe.com/docs/payments/during-payment/charge-shipping). class ShippingRate < APIResource extend Stripe::APIOperations::Create extend Stripe::APIOperations::List include Stripe::APIOperations::Save OBJECT_NAME = "shipping_rate" end end
Version data entries
37 entries across 37 versions & 1 rubygems