Skip to content

Commit

Permalink
add xero integration type
Browse files Browse the repository at this point in the history
  • Loading branch information
annvelents committed Sep 4, 2024
1 parent 9d6ed8f commit e2772f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions customer.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ type IntegrationType string
const (
IntegrationNetsuite IntegrationType = "netsuite"
IntegrationAnrok IntegrationType = "anrok"
IntegrationXero IntegrationType = "xero"
)

type CustomerParams struct {
Expand Down

0 comments on commit e2772f1

Please sign in to comment.