Files
digifi-swagger/schemas/EligibilityCheckResponse.json
T
CHIEFSOFT\ameye 67dfc32e4a Fill main
2025-03-24 05:40:11 -04:00

32 lines
719 B
JSON

{
"type": "object",
"properties": {
"eligibleOffers": {
"type": "string",
"example": "OFFERS ARRAY HERE"
},
"resultDescription": {
"type": "string",
"example": "Successful"
},
"customerId": {
"type": "string",
"example": "CN621868"
},
"msisdn": {
"type": "string",
"example": "3451342"
},
"resultCode": {
"type": "string",
"example": "00"
},
"accountId": {
"type": "string",
"example": "ACN8263457"
}
},
"xml": {
"name": "EligibilityCheckResponse"
}
}