Sha256: daa99ced84368fecc9e9f1410af7faf54dc5792551517e119de065be973bc9d8
Contents?: true
Size: 392 Bytes
Versions: 15
Compression:
Stored size: 392 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe module Climate # A Climate product represents a type of carbon removal unit available for reservation. # You can retrieve it to see the current price and availability. class Product < APIResource extend Stripe::APIOperations::List OBJECT_NAME = "climate.product" end end end
Version data entries
15 entries across 15 versions & 1 rubygems