getCardExpiryMonth method

String getCardExpiryMonth()

Implementation

String getCardExpiryMonth() {
  return _card_expiry_month ?? "";
}