From a3b567ba7bdaa36bbc9746209dea7e31be32dbf6 Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Wed, 23 Oct 2019 08:21:57 -0700 Subject: [PATCH] Add support for `mx_rfc` type on `TaxId` --- lib/TaxId.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/TaxId.php b/lib/TaxId.php index 086e25d6b..bd077ff94 100644 --- a/lib/TaxId.php +++ b/lib/TaxId.php @@ -31,6 +31,7 @@ class TaxId extends ApiResource const TYPE_CH_VAT = 'ch_vat'; const TYPE_EU_VAT = 'eu_vat'; const TYPE_IN_GST = 'in_gst'; + const TYPE_MX_RFC = 'mx_rfc'; const TYPE_NO_VAT = 'no_vat'; const TYPE_NZ_GST = 'nz_gst'; const TYPE_UNKNOWN = 'unknown';