class Stripe::TaxRate
- Stripe::TaxRate
- Reference
- Object
Included Modules
- JSON::Serializable
- StripeMethods
Defined in:
stripe/methods/core/tax_rates/create_tax_rate.crstripe/objects/core/tax_rate.cr
Constructors
- .create(display_name : String, inclusive : Bool, percentage : Int32, active : Bool = true, description : String | Nil = nil, jurisdiction : String | Nil = nil) : TaxRate forall T, U
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #active : Bool
- #created : Time
- #customer : String | Nil
- #description : String | Nil
- #id : String
- #inclusive : Bool
- #jurisdiction : String | Nil
- #metadata : Hash(String, String) | Nil
- #object : String | Nil
- #percentage : Float32 | Nil
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
#