Interface McdCardData


public interface McdCardData
Interface for interacting with received card data.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns card CVV as String
    Returns name embossed on the card as String
    Returns expiry date in format YYYY-MM-DD as String
    Return card PAN number as String
  • Method Details

    • getPan

      String getPan()
      Return card PAN number as String
      Returns:
      Card PAN number as String
    • getCvv

      String getCvv()
      Returns card CVV as String
      Returns:
      Card CVV as String
    • getExpiry

      String getExpiry()
      Returns expiry date in format YYYY-MM-DD as String
      Returns:
      Expiry date in format YYYY-MM-DD as String
    • getEmbossName

      String getEmbossName()
      Returns name embossed on the card as String
      Returns:
      Name embossed on the card as String