From 35915b0c870510fe7b1fc171109b710a09f04ad6 Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Sat, 28 Mar 2020 17:22:26 -0700 Subject: [PATCH] Add `AccountCapabilityCardIssuing` --- account.go | 1 + 1 file changed, 1 insertion(+) diff --git a/account.go b/account.go index cf578b38f0..ccc62137d9 100644 --- a/account.go +++ b/account.go @@ -22,6 +22,7 @@ type AccountCapability string // List of values that AccountCapability can take. const ( AccountCapabilityAUBECSDebitPayments AccountCapability = "au_becs_debit_payments" + AccountCapabilityCardIssuing AccountCapability = "card_issuing" AccountCapabilityCardPayments AccountCapability = "card_payments" AccountCapabilityLegacyPayments AccountCapability = "legacy_payments" AccountCapabilityTaxReportingUS1099K AccountCapability = "tax_reporting_us_1099_k"