Skip to content

Commit

Permalink
chore: add charged_amount and next_payment.currency to types
Browse files Browse the repository at this point in the history
  • Loading branch information
altaywtf committed Jan 18, 2024
1 parent c9f6a36 commit d492a4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/resources/Payment/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,11 @@ type ChangePlanConfirmationResponse = {

type ChangePlanSubscriptionUpgradeDowngradeResponse = {
charged_amount: string
charged_currency: string
next_payment: {
amount: string
billing_date: string
currency: string
}
}

Expand Down

0 comments on commit d492a4f

Please sign in to comment.