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
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceClass 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)
SourceInstance methods
active?
Sourcecreated
Sourcedescription
Sourceid
Sourcelivemode?
Sourcemetadata
Sourcename
Sourcestatement_descriptor
Sourcetype
Sourceunit_label
Sourceupdated
Source