class Stripe::Price

Included Modules

Defined in:

stripe/objects/core/price.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Class Method Detail

def self.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) #

Instance Method Detail

def active : Bool | Nil #

def billing_scheme : String | Nil #

def created : Time #

def currency : String | Nil #

def id : String #

def livemode : Bool #

def metadata : Hash(String, String) | Nil #

def nickname : String | Nil #

def product : String | Nil | Stripe::Product | Nil #

def type : String | Nil #

def unit_amount : Int32 | Nil #

def unit_amount_decimal : String | Nil #