Skip to content

Commit

Permalink
add customer id to account (#199)
Browse files Browse the repository at this point in the history
* add customer id to account

* add vendor prefix

Co-authored-by: Dylan <[email protected]>

---------

Co-authored-by: Dylan <[email protected]>
  • Loading branch information
getinnocuous and dylanratcliffe authored May 2, 2024
1 parent d74e788 commit 0a4ba71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions account.proto
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ message AccountMetadata {
message AccountProperties {
// The name of the account
string Name = 1;
// The Customer ID within Stripe
string StripeCustomerID = 2;
}

message GetAccountRequest {}
Expand Down

0 comments on commit 0a4ba71

Please sign in to comment.