Skip to content

Instantly share code, notes, and snippets.

@TEREHITEREH
Created May 13, 2015 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TEREHITEREH/f5f397966b2fefa078e3 to your computer and use it in GitHub Desktop.
Save TEREHITEREH/f5f397966b2fefa078e3 to your computer and use it in GitHub Desktop.
class CardData {
int cardNumber;
int month;
int year;
String cardHolderName;
int cvv2;
}
@Glebuar
Copy link

Glebuar commented May 15, 2015

Всё верно.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment