Skip to content

Commit

Permalink
Merge pull request #770 from stripe/remi-add-missing-constants
Browse files Browse the repository at this point in the history
Add missing constants for Customer's `TaxId`
  • Loading branch information
ob-stripe authored Oct 22, 2019
2 parents 85876d9 + fbd2719 commit a66aa3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/TaxId.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ class TaxId extends ApiResource
* @link https://stripe.com/docs/api/customer_tax_ids/object#tax_id_object-type
*/
const TYPE_AU_ABN = 'au_abn';
const TYPE_CH_VAT = 'ch_vat';
const TYPE_EU_VAT = 'eu_vat';
const TYPE_IN_GST = 'in_gst';
const TYPE_NO_VAT = 'no_vat';
const TYPE_NZ_GST = 'nz_gst';
const TYPE_UNKNOWN = 'unknown';
const TYPE_ZA_VAT = 'za_vat';

/**
* Possible string representations of the verification status.
Expand Down

0 comments on commit a66aa3c

Please sign in to comment.