Skip to content

Commit

Permalink
Update type in Statement object
Browse files Browse the repository at this point in the history
Signed-off-by: Trà Lê <[email protected]>
  • Loading branch information
TraLeeee committed Jun 24, 2024
1 parent 7602c10 commit a1a3dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ namespace Payjp {
source_transfer?: string,
tenant?: string,
term?: string,
type?: "sales" | "service_fee" | "transfer_fee",
type?: "sales" | "service_fee" | "transfer_fee" | "misc",
}

export interface TermListOptions extends PaginationOptions {
Expand Down Expand Up @@ -449,7 +449,7 @@ namespace Payjp {
object: "statement",
title: string,
tenant_id: string,
type: "sales" | "service_fee" | "transfer_fee",
type: "sales" | "service_fee" | "transfer_fee" | "misc",
net: number,
term: Term | null,
balance_id: string,
Expand Down

0 comments on commit a1a3dcc

Please sign in to comment.