Skip to content

Commit

Permalink
[CLOUDTRUST-5398] Add BusinessIDIsNotGLN in realm admin config (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
basbeu committed Mar 26, 2024
1 parent c1d9c4f commit 8901a69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration/dto.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ type RealmAdminConfiguration struct {
ConsentRequiredSocial *bool `json:"consent_required,omitempty"`
ConsentRequiredCorporate *bool `json:"consent_required_corp,omitempty"`
ShowGlnEditing *bool `json:"show_gln_editing,omitempty"`
BusinessIDIsNotGLN *bool `json:"business_id_is_not_gln,omitempty"`
VideoIdentificationVoucherEnabled *bool `json:"video_identification_voucher_enabled"`
VideoIdentificationAccountingEnabled *bool `json:"video_identification_accounting_enabled"`
VideoIdentificationPrepaymentRequired *bool `json:"video_identification_prepayment_required"`
Expand Down

0 comments on commit 8901a69

Please sign in to comment.