card":{
"CCNo":{"type": "largeInt", "flags":["insertOnly", "PKField", "autoAssign" ]…},
"profile_LinkNo":{"type": "largeInt", "flags":["required", "insertOnly", "FKField" ], "linkField": "profile.profileNo"…},
"passenger_LinkNo":{"type": "largeInt"},
"CCNumber":{"type": "string", "size": 35},
"nameOnAcct":{"type": "string", "size": 40},
"expDate":{"type": "dateTime"},
"cardType_LinkNo":{"type": "integer"},
"cardTypeDesc":{"type": "string", "size": 20},
"issuedBy":{"type": "string", "size": 25},
"cardCode":{"type": "string", "size": 8},
"cardDescription":{"type": "string", "size": 25},
"FFMiles":{"type": "integer"},
"FFMilesDate":{"type": "dateTime"},
"cardLimit":{"type": "double"},
"cardDetails":{"type": "string", "size": 512},
"securityCode":{"type": "string", "size": 10},
"mergeToPNR":{"type": "integer"},
"sortNo":{"type": "integer"},
"CCDataMasked":{"type": "string", "size": 1, "flags":["insertOnly" ], "checkValues":["N",…},
"SPUniqueID":{"type": "string", "size": 30, "flags":["readOnly" ]},
"travelerName":{"type": "string", "size": 150, "flags":["calculated" ]},
"syncModDateTime":{"type": "dateTime", "flags":["readOnly" ]}
}