Sha256: fb4d9bf13df42b93c3ae2fd890c4833152463cda69e0776d8a272c35ea75eaec
Contents?: true
Size: 712 Bytes
Versions: 5
Compression:
Stored size: 712 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe # Stores representations of [stock keeping units](http://en.wikipedia.org/wiki/Stock_keeping_unit). # SKUs describe specific product variations, taking into account any combination of: attributes, # currency, and cost. For example, a product may be a T-shirt, whereas a specific SKU represents # the `size: large`, `color: red` version of that shirt. # # Can also be used to manage inventory. class SKU < APIResource extend Stripe::APIOperations::Create include Stripe::APIOperations::Delete extend Stripe::APIOperations::List include Stripe::APIOperations::Save OBJECT_NAME = "sku" end end
Version data entries
5 entries across 5 versions & 1 rubygems