Skip to content

Commit

Permalink
Merge pull request #53 from traleegmo/payjp/add-term-charges-list
Browse files Browse the repository at this point in the history
Add term id into charges list
  • Loading branch information
nonz250 committed May 14, 2024
2 parents 25a64e2 + ad5f9ad commit f623570
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ namespace Payjp {

export interface ChargeListOptions extends TransferChargeListOptions {
subscription?: string,
tenant?: string
tenant?: string,
term?: string,
}

export interface CustomerSubscriptionListOptions extends ListOptions {
Expand Down

0 comments on commit f623570

Please sign in to comment.