class

Stripe::Product

Inherits StripeMethods / JSON::Serializable / Reference / Object

Constructors

create(name : String, active : Bool | Nil = nil, description : String | Nil = nil, metadata : Hash | Nil = nil, images : Array(String) | Nil = nil, statement_descriptor : String | Nil = nil, unit_label : String | Nil = nil, type : String | Nil = nil) : Product forall T, U
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Class methods

list(active : Bool | Nil = nil, created : Hash(String, Int32) | Nil = nil, ids : Array(String) | Nil = nil, shippable : Bool | Nil = nil, url : String | Nil = nil, limit : Int32 | Nil = nil, starting_after : String | Nil = nil, ending_before : String | Nil = nil) : List(Stripe::Product)
Source

Instance methods

active?
Source
created
Source
description
Source
livemode?
Source
metadata
Source
name
Source
statement_descriptor
Source
type
Source
unit_label
Source
updated
Source