We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invoice::void
The Invoice object has some useful ext methods such as:
Invoice
ext
Invoice::upcoming
Invoice:finalize
Invoice::pay
Invoice::delete
Invoices generated from a Subscription cannot be deleteed, instead must be voided. My feature request is to add Invoice::void.
Subscription
delete
void
Add in the Invoice::void method, used to void invoices.
Invoice::void, like Invoice::delete feels like should already exists in the OpenAPI spec instead of adding it to invoice_ext
invoice_ext
I can try to work on the PR.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
The
Invoice
object has some usefulext
methods such as:Invoice::upcoming
Invoice:finalize
Invoice::pay
Invoice::delete
Invoices generated from a
Subscription
cannot bedelete
ed, instead must bevoid
ed.My feature request is to add
Invoice::void
.Describe the solution you'd like
Add in the
Invoice::void
method, used to void invoices.Describe alternatives you've considered
Invoice::void
, likeInvoice::delete
feels like should already exists in the OpenAPI spec instead of adding it toinvoice_ext
Additional context
I can try to work on the PR.
The text was updated successfully, but these errors were encountered: