[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[],["The `MLKPaymentCardEntity` class represents a payment card extracted from text. It has two key properties: `paymentCardNetwork`, which specifies the card's network (e.g., Visa, Mastercard), and `paymentCardNumber`, the card number in a standardized format. The `init` method is unavailable for direct instantiation, suggesting that instances are created through other means. These two properties allow the identification of payment card from text.\n"]]