class Stripe::Price

Included Modules

Defined in:

stripe/objects/core/price.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def active : Bool | Nil #

[View source]
def billing_scheme : String | Nil #

[View source]
def created : Time #

[View source]
def currency : String | Nil #

[View source]
def id : String #

[View source]
def livemode : Bool #

[View source]
def metadata : Hash(String, String) | Nil #

[View source]
def nickname : String | Nil #

[View source]
def product : String | Nil | Stripe::Product | Nil #

[View source]
def type : String | Nil #

[View source]
def unit_amount : Int32 | Nil #

[View source]
def unit_amount_decimal : String | Nil #

[View source]