class Stripe::TaxRate

Included Modules

Defined in:

stripe/methods/core/tax_rates/create_tax_rate.cr
stripe/objects/core/tax_rate.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.create(display_name : String, inclusive : Bool, percentage : Int32, active : Bool = true, description : String | Nil = nil, jurisdiction : String | Nil = nil) : TaxRate forall T, U #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

def self.retrieve(id : String) #

[View source]
def self.retrieve(taxrate : Stripe::TaxRate) #

[View source]

Instance Method Detail

def active : Bool #

[View source]
def created : Time #

[View source]
def customer : String | Nil #

[View source]
def description : String | Nil #

[View source]
def id : String #

[View source]
def inclusive : Bool #

[View source]
def jurisdiction : String | Nil #

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

[View source]
def object : String | Nil #

[View source]
def percentage : Float32 | Nil #

[View source]