Skip to content

Instantly share code, notes, and snippets.

@operateur-mar
Created May 31, 2018 13:27
Show Gist options
  • Save operateur-mar/978b4b5b4f03cfe540c559e149042f36 to your computer and use it in GitHub Desktop.
Save operateur-mar/978b4b5b4f03cfe540c559e149042f36 to your computer and use it in GitHub Desktop.
public class Costumer {
private int accountNumber;
private String fullName;
private String email;
private String phoneNumber;
private double currentAmount; // المبلغ الحالي المتوافر في الحساب
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment