Stripe::Price
Inherits StripeMethods / JSON::Serializable / Reference / Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceClass methods
list(active : Bool | Nil = nil, product : String | Nil = nil, currency : String | Nil = nil, type : String | Nil = nil, lookup_keys : Array(String) | Nil = nil, recurring : Hash(String, String | Int32 | Nil) | Nil = nil, limit : Int32 | Nil = nil, created : Hash(String, Int32) | Nil = nil, starting_after : String | Nil = nil, ending_before : String | Nil = nil) : List(Stripe::Price)
SourceInstance methods
active
Sourcebilling_scheme
Sourcecreated
Sourcecurrency
Sourceid
Sourcelivemode?
Sourcemetadata
Sourcenickname
Sourceproduct
Sourcetype
Sourceunit_amount
Sourceunit_amount_decimal
Source