Skip to content

Commit

Permalink
Add invoice and reference arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorAvelar committed Mar 6, 2021
1 parent d7acc42 commit 14e5643
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions commands/args.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const (
FromArg = "from"
IDArg = "id"
IncludeArg = "include"
InvoiceArg = "invoice"
LimitArg = "limit"
LocaleArg = "locale"
MandateIDArg = "mandate"
Expand All @@ -23,10 +24,12 @@ const (
NameArg = "name"
PaymentArg = "payment"
PermissionArg = "permission"
ReferenceArg = "reference"
RedirectURLArg = "redirect-to"
RPMToCountryArg = "restrict-payment-to-country"
ResourceArg = "resource"
SequenceTypeArg = "sequence-type"
WalletsArg = "wallets"
WebhookURLArg = "webhook-url"
YearArg = "year"
)

0 comments on commit 14e5643

Please sign in to comment.