Skip to content

Commit

Permalink
Merge pull request #705 from catenax-ng/feat/gate/additional-roles
Browse files Browse the repository at this point in the history
feat(Generic): add additional possible roles to generic business partner
  • Loading branch information
nicoprow authored Jan 5, 2024
2 parents 28563a4 + 20238e8 commit 28642e6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ package org.eclipse.tractusx.bpdm.common.dto

enum class BusinessPartnerRole {
SUPPLIER,
CUSTOMER
CUSTOMER,
ONE_TIME_SUPPLIER,
ONE_TIME_CUSTOMER
}

0 comments on commit 28642e6

Please sign in to comment.