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 #

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

Class Method Detail

def self.retrieve(id : String) #

def self.retrieve(taxrate : Stripe::TaxRate) #

Instance Method Detail

def active : Bool #

def created : Time #

def customer : String | Nil #

def description : String | Nil #

def id : String #

def inclusive : Bool #

def jurisdiction : String | Nil #

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

def object : String | Nil #

def percentage : Float32 | Nil #