Skip to content

Commit

Permalink
Add qrUrl field to response
Browse files Browse the repository at this point in the history
  • Loading branch information
stefpap committed Jan 6, 2024
1 parent 928dded commit 7d2a130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/models/response_doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ type Response struct {
ClassificationMark *uint64 `xml:"classificationMark"`
AuthenticationCode *string `xml:"authenticationCode"`
CancellationMark *uint64 `xml:"cancellationMark"`
QRCodeURL *string `xml:"qrUrl"`
}

type Error struct {
Expand Down

0 comments on commit 7d2a130

Please sign in to comment.