Class CostEstimateResponse


  • public class CostEstimateResponse
    extends Object
    CostEstimateResponse
    • Constructor Detail

      • CostEstimateResponse

        public CostEstimateResponse()
    • Method Detail

      • getCardBin

        public CardBin getCardBin()
        Get cardBin
        Returns:
        cardBin
      • setCardBin

        public void setCardBin​(CardBin cardBin)
      • getCostEstimateAmount

        public Amount getCostEstimateAmount()
        Get costEstimateAmount
        Returns:
        costEstimateAmount
      • setCostEstimateAmount

        public void setCostEstimateAmount​(Amount costEstimateAmount)
      • getResultCode

        public String getResultCode()
        The result of the cost estimation.
        Returns:
        resultCode
      • setResultCode

        public void setResultCode​(String resultCode)
      • getSurchargeType

        public String getSurchargeType()
        Indicates the way the charges can be passed on to the cardholder. The following values are possible: * `ZERO` - the charges are not allowed to pass on * `PASSTHROUGH` - the charges can be passed on * `UNLIMITED` - there is no limit on how much surcharge is passed on
        Returns:
        surchargeType
      • setSurchargeType

        public void setSurchargeType​(String surchargeType)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object