Add kycinfo for attendance table ane related utils
Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
7
pkgs/kyc/types.go
Normal file
7
pkgs/kyc/types.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package kyc
|
||||
|
||||
type KycInfo struct {
|
||||
Type string `json:"type"` // Chinese / Foreigner
|
||||
LegalName string `json:"legal_name"`
|
||||
ResidentId string `json:"rsident_id"`
|
||||
}
|
||||
Reference in New Issue
Block a user