PaymentCard.empty constructor

PaymentCard.empty()

Implementation

PaymentCard.empty() {
  this.expiryYear = 0;
  this.expiryMonth = 0;
  this._number = null;
  this.cvc = null;
}