From b5a098b1a0e55873e80f6131789e9df0289b3f1d Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Mon, 6 Jan 2020 15:44:53 -0800 Subject: [PATCH] Add constant TYPE_SG_UEN to TaxId --- lib/TaxId.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/TaxId.php b/lib/TaxId.php index c2329dba1..5a9f857ea 100644 --- a/lib/TaxId.php +++ b/lib/TaxId.php @@ -34,6 +34,7 @@ class TaxId extends ApiResource const TYPE_MX_RFC = 'mx_rfc'; const TYPE_NO_VAT = 'no_vat'; const TYPE_NZ_GST = 'nz_gst'; + const TYPE_SG_UEN = 'sg_uen'; const TYPE_UNKNOWN = 'unknown'; const TYPE_ZA_VAT = 'za_vat';