Class PaymentDetails


  • public class PaymentDetails
    extends Object
    PaymentDetails
    • Constructor Detail

      • PaymentDetails

        public PaymentDetails()
    • Method Detail

      • getPaymentMode

        public String getPaymentMode()
        Get paymentMode
        Returns:
        paymentMode
      • setPaymentMode

        public void setPaymentMode​(String paymentMode)
      • getTransactionAmount

        public Double getTransactionAmount()
        Get transactionAmount
        Returns:
        transactionAmount
      • setTransactionAmount

        public void setTransactionAmount​(Double transactionAmount)
      • getCardInfo

        public String getCardInfo()
        Get cardInfo
        Returns:
        cardInfo
      • setCardInfo

        public void setCardInfo​(String cardInfo)
      • getAddress

        public Address getAddress()
        Get address
        Returns:
        address
      • setAddress

        public void setAddress​(Address address)
      • getPaymentMethod

        public String getPaymentMethod()
        Get paymentMethod
        Returns:
        paymentMethod
      • setPaymentMethod

        public void setPaymentMethod​(String paymentMethod)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object