Skip to content

Commit

Permalink
Merge pull request #16 from Buratti/stripeTaxId
Browse files Browse the repository at this point in the history
Added some missing StripeTaxIDTypes
  • Loading branch information
Andrewangeta authored Dec 13, 2019
2 parents 3f5dec6 + 8ff9c59 commit 40ed178
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Sources/StripeKit/Billing/Customer Tax IDs/TaxID.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,14 @@ public struct StripeTaxID: StripeModel {
}

public enum StripeTaxIDType: String, StripeModel {
case auAbn = "au_abn"
case chVat = "ch_vat"
case euVat = "eu_vat"
case inGst = "in_gst"
case mxRfc = "mx_rfc"
case noVat = "no_vat"
case nzGst = "nz_gst"
case auAbn = "au_abn"
case zaVat = "za_vat"
case unknown
}

Expand Down

0 comments on commit 40ed178

Please sign in to comment.