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
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceClass methods
retrieve(id : String)
Sourceretrieve(taxrate : Stripe::TaxRate)
SourceInstance methods
active?
Sourcecreated
Sourcecustomer
Sourcedescription
Sourceid
Sourceinclusive?
Sourcejurisdiction
Sourcemetadata
Sourceobject
Sourcepercentage
Source