Package model

Class CardPresentDetailsEmvData

java.lang.Object
model.CardPresentDetailsEmvData

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]") public class CardPresentDetailsEmvData extends Object
Encrypted card data used to process the transaction.
  • Field Details

  • Constructor Details

    • CardPresentDetailsEmvData

      public CardPresentDetailsEmvData()
  • Method Details

    • tags

    • putTagsItem

      public CardPresentDetailsEmvData putTagsItem(String key, String tagsItem)
    • getTags

      @Nullable public Map<String,String> getTags()
      Key value pair for annotating custom meta data (e.g. order numbers).
      Returns:
      tags
    • setTags

      public void setTags(Map<String,String> tags)
    • applicationIdentifier

      public CardPresentDetailsEmvData applicationIdentifier(String applicationIdentifier)
    • getApplicationIdentifier

      @Nullable public String getApplicationIdentifier()
      ID of the EMV application processing the transaction.
      Returns:
      applicationIdentifier
    • setApplicationIdentifier

      public void setApplicationIdentifier(String applicationIdentifier)
    • applicationLabel

      public CardPresentDetailsEmvData applicationLabel(String applicationLabel)
    • getApplicationLabel

      @Nullable public String getApplicationLabel()
      EMV card label.
      Returns:
      applicationLabel
    • setApplicationLabel

      public void setApplicationLabel(String applicationLabel)
    • applicationPreferredName

      public CardPresentDetailsEmvData applicationPreferredName(String applicationPreferredName)
    • getApplicationPreferredName

      @Nullable public String getApplicationPreferredName()
      Alternate EMV application name (if provided).
      Returns:
      applicationPreferredName
    • setApplicationPreferredName

      public void setApplicationPreferredName(String applicationPreferredName)
    • applicationTransactionCounter

      public CardPresentDetailsEmvData applicationTransactionCounter(String applicationTransactionCounter)
    • getApplicationTransactionCounter

      @Nullable public String getApplicationTransactionCounter()
      Transaction number for the EMV application.
      Returns:
      applicationTransactionCounter
    • setApplicationTransactionCounter

      public void setApplicationTransactionCounter(String applicationTransactionCounter)
    • cryptogram

      public CardPresentDetailsEmvData cryptogram(String cryptogram)
    • getCryptogram

      @Nullable public String getCryptogram()
      Encrypted card infromation used to process the transaction.
      Returns:
      cryptogram
    • setCryptogram

      public void setCryptogram(String cryptogram)
    • issuerCodeTableIndex

      public CardPresentDetailsEmvData issuerCodeTableIndex(String issuerCodeTableIndex)
    • getIssuerCodeTableIndex

      @Nullable public String getIssuerCodeTableIndex()
      The alphabet code table (according to ISO 8859) used by the EMV application (if provided).
      Returns:
      issuerCodeTableIndex
    • setIssuerCodeTableIndex

      public void setIssuerCodeTableIndex(String issuerCodeTableIndex)
    • pinVerified

      public CardPresentDetailsEmvData pinVerified(Boolean pinVerified)
    • getPinVerified

      @Nullable public Boolean getPinVerified()
      Details if the cardholder's PIN number was verified.
      Returns:
      pinVerified
    • setPinVerified

      public void setPinVerified(Boolean pinVerified)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonObject

      public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
      Validates the JSON Object and throws an exception if issues found
      Parameters:
      jsonObj - JSON Object
      Throws:
      IOException - if the JSON Object is invalid with respect to CardPresentDetailsEmvData
    • fromJson

      public static CardPresentDetailsEmvData fromJson(String jsonString) throws IOException
      Create an instance of CardPresentDetailsEmvData given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of CardPresentDetailsEmvData
      Throws:
      IOException - if the JSON string is invalid with respect to CardPresentDetailsEmvData
    • toJson

      public String toJson()
      Convert an instance of CardPresentDetailsEmvData to an JSON string
      Returns:
      JSON string