Class CardInfo

java.lang.Object
de.hybris.platform.payment.dto.BasicCardInfo
de.hybris.platform.payment.dto.CardInfo
All Implemented Interfaces:
Serializable

public class CardInfo extends BasicCardInfo
Informations about payment card
See Also:
  • Constructor Details

    • CardInfo

      public CardInfo()
  • Method Details

    • setCardHolderFullName

      public void setCardHolderFullName(String cardHolderFullName)
    • getCardHolderFullName

      public String getCardHolderFullName()
    • setIssueNumber

      public void setIssueNumber(String issueNumber)
    • getIssueNumber

      public String getIssueNumber()
    • setIssueMonth

      public void setIssueMonth(Integer issueMonth)
    • getIssueMonth

      public Integer getIssueMonth()
    • setIssueYear

      public void setIssueYear(Integer issueYear)
    • getIssueYear

      public Integer getIssueYear()
    • setCardType

      public void setCardType(CreditCardType cardType)
    • getCardType

      public CreditCardType getCardType()
    • setBillingInfo

      public void setBillingInfo(BillingInfo billingInfo)
    • getBillingInfo

      public BillingInfo getBillingInfo()
    • setCv2Number

      public void setCv2Number(String cv2Number)
    • getCv2Number

      public String getCv2Number()
    • setSubscriptionId

      public void setSubscriptionId(String subscriptionId)
    • getSubscriptionId

      public String getSubscriptionId()
    • copy

      public void copy(CardInfo orig)
      Copy the values from another object