class

Stripe::TaxRate

Inherits StripeMethods / JSON::Serializable / Reference / Object

Constructors

create(display_name : String, inclusive : Bool, percentage : Int32, active : Bool = true, description : String | Nil = nil, jurisdiction : String | Nil = nil) : TaxRate forall T, U
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Class methods

retrieve(id : String)
Source
retrieve(taxrate : Stripe::TaxRate)
Source

Instance methods

active?
Source
created
Source
customer
Source
description
Source
inclusive?
Source
jurisdiction
Source
metadata
Source
object
Source
percentage
Source