Skip to content

Commit

Permalink
Merge pull request #1053 from stripe/remi-add-capability-issuing
Browse files Browse the repository at this point in the history
Add `AccountCapabilityCardIssuing`
  • Loading branch information
remi-stripe authored Mar 30, 2020
2 parents 6109def + 35915b0 commit c7d9c2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions account.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c7d9c2d

Please sign in to comment.