Class PricingResponseAttributes

java.lang.Object
com.blockchyp.client.dto.PricingResponseAttributes

public class PricingResponseAttributes extends Object
Models pricing response data for new handler for pricing api responses.
  • Constructor Details

    • PricingResponseAttributes

      public PricingResponseAttributes()
  • Method Details

    • setSurchargePercent

      public void setSurchargePercent(String value)
      Sets the surcharge percentage.
      Parameters:
      value - the surcharge percentage.
    • getSurchargePercent

      public String getSurchargePercent()
      Gets the surcharge percentage.
      Returns:
      the surcharge percentage.
    • setSurchargeAmount

      public void setSurchargeAmount(String value)
      Sets the surcharge amount.
      Parameters:
      value - the surcharge amount.
    • getSurchargeAmount

      public String getSurchargeAmount()
      Gets the surcharge amount.
      Returns:
      the surcharge amount.
    • setSurchargeExempt

      public void setSurchargeExempt(boolean value)
      Sets if the transaction is exempt from surcharges.
      Parameters:
      value - if the transaction is exempt from surcharges.
    • isSurchargeExempt

      public boolean isSurchargeExempt()
      Gets if the transaction is exempt from surcharges.
      Returns:
      if the transaction is exempt from surcharges.
    • setCardType

      public void setCardType(String value)
      Sets the type of card.
      Parameters:
      value - the type of card.
    • getCardType

      public String getCardType()
      Gets the type of card.
      Returns:
      the type of card.
    • setCardToken

      public void setCardToken(String value)
      Sets the card token.
      Parameters:
      value - the card token.
    • getCardToken

      public String getCardToken()
      Gets the card token.
      Returns:
      the card token.
    • setBrand

      public void setBrand(String value)
      Sets the card brand.
      Parameters:
      value - the card brand.
    • getBrand

      public String getBrand()
      Gets the card brand.
      Returns:
      the card brand.
    • setBin

      public void setBin(String value)
      Sets the bank identification number.
      Parameters:
      value - the bank identification number.
    • getBin

      public String getBin()
      Gets the bank identification number.
      Returns:
      the bank identification number.
    • setCommercialIndicator

      public void setCommercialIndicator(String value)
      Sets the commercial card indicator.
      Parameters:
      value - the commercial card indicator.
    • getCommercialIndicator

      public String getCommercialIndicator()
      Gets the commercial card indicator.
      Returns:
      the commercial card indicator.
    • setDisclosure

      public void setDisclosure(String value)
      Sets the disclosure statement.
      Parameters:
      value - the disclosure statement.
    • getDisclosure

      public String getDisclosure()
      Gets the disclosure statement.
      Returns:
      the disclosure statement.
    • setDebitCategory

      public void setDebitCategory(String value)
      Sets the debit card category.
      Parameters:
      value - the debit card category.
    • getDebitCategory

      public String getDebitCategory()
      Gets the debit card category.
      Returns:
      the debit card category.
    • setCountryIssued

      public void setCountryIssued(String value)
      Sets the country where the card was issued.
      Parameters:
      value - the country where the card was issued.
    • getCountryIssued

      public String getCountryIssued()
      Gets the country where the card was issued.
      Returns:
      the country where the card was issued.
    • setUuid

      public void setUuid(String value)
      Sets the unique identifier for the pricing response.
      Parameters:
      value - the unique identifier for the pricing response.
    • getUuid

      public String getUuid()
      Gets the unique identifier for the pricing response.
      Returns:
      the unique identifier for the pricing response.