Class CisFraudPaymentInformation
- java.lang.Object
-
- com.hybris.cis.client.fraud.models.CisFraudPaymentInformation
-
public class CisFraudPaymentInformation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CisFraudPaymentInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigDecimalgetAmount()java.lang.StringgetAvsResponse()java.lang.StringgetCardAuthorizationCode()java.math.BigDecimalgetCardAuthorizedAmount()java.lang.StringgetCardExpireMonth()java.lang.StringgetCardExpireYear()java.lang.StringgetCardHolderName()java.lang.StringgetCardNumber()java.lang.StringgetCardType()java.lang.StringgetCvvResponse()java.math.BigDecimalgetPaypalAuthorizedAmount()java.lang.StringgetPaypalEmail()java.lang.StringgetPaypalRequestId()java.lang.StringgetPaypalStatus()java.lang.StringgetType()voidsetAmount(java.math.BigDecimal amount)voidsetAvsResponse(java.lang.String avsResponse)voidsetCardAuthorizationCode(java.lang.String cardAuthorizationCode)voidsetCardAuthorizedAmount(java.math.BigDecimal cardAuthorizedAmount)voidsetCardExpireMonth(java.lang.String cardExpireMonth)voidsetCardExpireYear(java.lang.String cardExpireYear)voidsetCardHolderName(java.lang.String cardHolderName)voidsetCardNumber(java.lang.String cardNumber)voidsetCardType(java.lang.String cardType)voidsetCvvResponse(java.lang.String cvvResponse)voidsetPaypalAuthorizedAmount(java.math.BigDecimal paypalAuthorizedAmount)voidsetPaypalEmail(java.lang.String paypalEmail)voidsetPaypalRequestId(java.lang.String paypalRequestId)voidsetPaypalStatus(java.lang.String paypalStatus)voidsetType(java.lang.String type)
-
-
-
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
-
-