Class CisFraudPaymentInformation


  • public class CisFraudPaymentInformation
    extends java.lang.Object
    • Constructor Detail

      • CisFraudPaymentInformation

        public CisFraudPaymentInformation()
    • Method Detail

      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • getAmount

        public java.math.BigDecimal getAmount()
      • setAmount

        public void setAmount​(java.math.BigDecimal amount)
      • getCardType

        public java.lang.String getCardType()
        Returns:
        the type of credit card
      • setCardType

        public void setCardType​(java.lang.String cardType)
        Parameters:
        cardType - sets the type of credit card to be used.
      • getCardNumber

        public java.lang.String getCardNumber()
        Returns:
        the credit card number
      • setCardNumber

        public void setCardNumber​(java.lang.String cardNumber)
        Parameters:
        cardNumber - sets the creditcard number
      • getCardHolderName

        public java.lang.String getCardHolderName()
      • setCardHolderName

        public void setCardHolderName​(java.lang.String cardHolderName)
      • getAvsResponse

        public java.lang.String getAvsResponse()
        Returns:
        the response of the address verification
      • setAvsResponse

        public void setAvsResponse​(java.lang.String avsResponse)
        Parameters:
        avsResponse - sets the response of the address verification
      • getCvvResponse

        public java.lang.String getCvvResponse()
      • setCvvResponse

        public void setCvvResponse​(java.lang.String cvvResponse)
      • getPaypalRequestId

        public java.lang.String getPaypalRequestId()
      • setPaypalRequestId

        public void setPaypalRequestId​(java.lang.String paypalRequestId)
      • getPaypalEmail

        public java.lang.String getPaypalEmail()
        Returns:
        the email address specified at paypal
      • setPaypalEmail

        public void setPaypalEmail​(java.lang.String paypalEmail)
        Parameters:
        paypalEmail - set the email address specified at paypal
      • getPaypalStatus

        public java.lang.String getPaypalStatus()
        Returns:
        the paypal status
      • setPaypalStatus

        public void setPaypalStatus​(java.lang.String paypalStatus)
        Parameters:
        paypalStatus - sets the status at paypal
      • getCardAuthorizationCode

        public java.lang.String getCardAuthorizationCode()
        Returns:
        the authorization code of the credit card.
      • setCardAuthorizationCode

        public void setCardAuthorizationCode​(java.lang.String cardAuthorizationCode)
        Parameters:
        cardAuthorizationCode - sets the authorization code of the credit card
      • getCardExpireMonth

        public java.lang.String getCardExpireMonth()
        Returns:
        the expiration month of the credit card
      • setCardExpireMonth

        public void setCardExpireMonth​(java.lang.String cardExpireMonth)
        Parameters:
        cardExpireMonth - sets the expiration month of the credit card
      • getCardExpireYear

        public java.lang.String getCardExpireYear()
      • setCardExpireYear

        public void setCardExpireYear​(java.lang.String cardExpireYear)
        Parameters:
        cardExpireYear - the expiration year of the credit card
      • getCardAuthorizedAmount

        public java.math.BigDecimal getCardAuthorizedAmount()
        Returns:
        the by creditcard authorized amount
      • setCardAuthorizedAmount

        public void setCardAuthorizedAmount​(java.math.BigDecimal cardAuthorizedAmount)
        Parameters:
        cardAuthorizedAmount - sets the by credit card authorized amount
      • getPaypalAuthorizedAmount

        public java.math.BigDecimal getPaypalAuthorizedAmount()
        Returns:
        the by paypal authorized amount
      • setPaypalAuthorizedAmount

        public void setPaypalAuthorizedAmount​(java.math.BigDecimal paypalAuthorizedAmount)
        Parameters:
        paypalAuthorizedAmount - the by paypal authorized amount