Sha256: 0676bce4a746187a4fbd3f99be7a7cc68c2816d2e3bbc5d057572492a2d77f42
Contents?: true
Size: 717 Bytes
Versions: 49
Compression:
Stored size: 717 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" def self.object_name "climate.product" end # Lists all available Climate product objects. def self.list(filters = {}, opts = {}) request_stripe_object( method: :get, path: "/v1/climate/products", params: filters, opts: opts ) end end end end
Version data entries
49 entries across 49 versions & 1 rubygems