Class CreditCardVerification


  • public class CreditCardVerification
    extends Object
    • Field Detail

      • aniFirstNameResponseCode

        private String aniFirstNameResponseCode
      • aniLastNameResponseCode

        private String aniLastNameResponseCode
      • avsErrorResponseCode

        private String avsErrorResponseCode
      • avsPostalCodeResponseCode

        private String avsPostalCodeResponseCode
      • avsStreetAddressResponseCode

        private String avsStreetAddressResponseCode
      • billingAddress

        private Address billingAddress
      • currencyIsoCode

        private String currencyIsoCode
      • cvvResponseCode

        private String cvvResponseCode
      • graphqlId

        private String graphqlId
      • merchantAccountId

        private String merchantAccountId
      • networkResponseCode

        private String networkResponseCode
      • networkResponseText

        private String networkResponseText
      • networkTransactionId

        private String networkTransactionId
      • processorResponseCode

        private String processorResponseCode
      • processorResponseText

        private String processorResponseText
    • Constructor Detail

      • CreditCardVerification

        public CreditCardVerification​(NodeWrapper node)
    • Method Detail

      • getAniFirstNameResponseCode

        public String getAniFirstNameResponseCode()
      • getAniLastNameResponseCode

        public String getAniLastNameResponseCode()
      • getAvsErrorResponseCode

        public String getAvsErrorResponseCode()
      • getAvsPostalCodeResponseCode

        public String getAvsPostalCodeResponseCode()
      • getAvsStreetAddressResponseCode

        public String getAvsStreetAddressResponseCode()
      • getBillingAddress

        public Address getBillingAddress()
      • getCreatedAt

        public Calendar getCreatedAt()
      • getCreditCard

        public CreditCard getCreditCard()
      • getCurrencyIsoCode

        public String getCurrencyIsoCode()
      • getCvvResponseCode

        public String getCvvResponseCode()
      • getId

        public String getId()
      • getGraphQLId

        public String getGraphQLId()
      • getRiskData

        public RiskData getRiskData()
      • getProcessorResponseCode

        public String getProcessorResponseCode()
      • getProcessorResponseText

        public String getProcessorResponseText()
      • getNetworkResponseCode

        public String getNetworkResponseCode()
      • getNetworkResponseText

        public String getNetworkResponseText()
      • getNetworkTransactionId

        public String getNetworkTransactionId()
      • getMerchantAccountId

        public String getMerchantAccountId()