Skip to content

Commit

Permalink
Merge pull request #205 from tada-team/13204-add-team-account-status
Browse files Browse the repository at this point in the history
Add team account field for UserWithMe
  • Loading branch information
elenaz111 authored Sep 1, 2023
2 parents a6de216 + d742271 commit ea9cb04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions user.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,7 @@ type UserWithMe struct {

// Personal account from billing
Account *PersonalAccountBilling `json:"account,omitempty"`

// Personal account from billing by opened team
TeamAccount *PersonalAccountBilling `json:"team_account,omitempty"`
}

0 comments on commit ea9cb04

Please sign in to comment.