Class TxnCardInfo
java.lang.Object
in.juspay.model.JuspayEntity
in.juspay.model.TxnCardInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class in.juspay.model.JuspayEntity
JuspayEntity.AuthMethod, JuspayEntity.RequestMethod -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCardBrand(String cardBrand) voidsetCardExpMonth(String cardExpMonth) voidsetCardExpYear(String cardExpYear) voidsetCardFingerprint(String cardFingerprint) voidsetCardIsin(String cardIsin) voidsetCardIssuer(String cardIssuer) voidsetCardLastFourDigits(String cardLastFourDigits) voidsetCardReference(String cardReference) voidsetCardType(String cardType) voidsetNameOnCard(String nameOnCard) voidMethods inherited from class in.juspay.model.JuspayEntity
addInputParamsToResponse, createEntityFromResponse, decryptResponse, encryptRequest, getEncryptionMethodBasedOnConfig, makeServiceCall, makeServiceCall, makeServiceCallWithAuthDecider
-
Constructor Details
-
TxnCardInfo
public TxnCardInfo()
-
-
Method Details
-
getObject
-
setObject
-
getCardType
-
setCardType
-
getCardIsin
-
setCardIsin
-
getCardIssuer
-
setCardIssuer
-
getCardExpYear
-
setCardExpYear
-
getCardExpMonth
-
setCardExpMonth
-
getCardBrand
-
setCardBrand
-
getCardLastFourDigits
-
setCardLastFourDigits
-
getNameOnCard
-
setNameOnCard
-
getCardReference
-
setCardReference
-
getCardFingerprint
-
setCardFingerprint
-