CANNFCAccessKey constructor
CANNFCAccessKey(
- DocumentType documentType,
- String can
Implementation
CANNFCAccessKey(DocumentType documentType, String can) {
_map["documentType"] = documentType.name;
_map["can"] = can;
}