setExpiryYear method

T setExpiryYear(
  1. int year
)

Implementation

T setExpiryYear(int year) {
  this.expiryYear = year;
  return this as T;
}