CustomerDataNgNinSlip
ninstring
The 11-digit National Identification Number (NIN), e.g. "12345678901". This slip prints it contiguous; spaces are stripped, so a grouped form is also accepted.
sexstring
The sex of the document holder β send "M"/"F"; the slip prints the short form directly (no normalization happens)
Possible values: [F, M]
addressstring
The residential address as printed on the slip β street/description, city and state code may all be included (e.g. "56 ILOROMU QUARTERS 3 ILE-IFE OS"). Every word is fuzzy-matched individually.
CustomerDataNgNinSlip
{
"nin": "string",
"sex": "F",
"address": "string"
}