WIP: Full restruct, seprate service and api
Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
13
internal/sc_realid/types.go
Normal file
13
internal/sc_realid/types.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package screalid
|
||||
|
||||
type KycPassportResponse struct {
|
||||
Status string `json:"status"`
|
||||
FinalResult struct {
|
||||
FirstName string `json:"firstName"`
|
||||
LastName string `json:"lastName"`
|
||||
DateOfExpire string `json:"dateOfExpire"`
|
||||
Nationality string `json:"nationality"`
|
||||
DocumentType string `json:"documentType"`
|
||||
DocumentNumber string `json:"documentNumber"`
|
||||
} `json:"finalResult"`
|
||||
}
|
||||
Reference in New Issue
Block a user