Skip to content

Commit

Permalink
add example for invoices by subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
deanpcmad committed Jan 13, 2024
1 parent 1cfd040 commit 4c0598e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ LemonSqueezy::SubscriptionInvoice.list
# Retrieves a list of Subscription Invoices for a specified Store
LemonSqueezy::SubscriptionInvoice.list store_id: 123

# Retrieves a list of Subscription Invoices for a specified Subscription
LemonSqueezy::SubscriptionInvoice.list subscription_id: 123

# Retrieves a Subscription Invoice
LemonSqueezy::SubscriptionInvoice.retrieve id: 123
```
Expand Down

0 comments on commit 4c0598e

Please sign in to comment.