OrderNPayGetUserFromPINResponse
Model
Required
userID :
string (GUID)
The unique ID of the user
Required
MaxLength(20)
userName :
string
The name of the user
Required
canMakePayments :
bool
Does this user have permission to use this interface (Payment permission is required)
Example
{
"userID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
"userName": "string value",
"canMakePayments": true
}