Uses of Class
com.blockchyp.client.dto.PricePoint
Packages that use PricePoint
-
Uses of PricePoint in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return PricePointModifier and TypeMethodDescriptionPricingPolicyResponse.getAccountSetupFee()Gets the one time account setup fee.PricingPolicyResponse.getAnnualFee()Gets a flat fee charged per year.PricingPolicyResponse.getAvsFee()Gets the fee per address verification operation.PricingPolicyResponse.getBatchFee()Gets the fee per batch.PricingPolicyResponse.getChargebackFee()Gets the fee per dispute or chargeback.PricingPolicyResponse.getDebitFlatRate()Gets the flat rate percentage for debit card transactions.PricingPolicyResponse.getDebitInterchangeMarkup()Gets the interchange markup percentage for debit card transactions.PricingPolicyResponse.getDebitTransactionFee()Gets the transaction fee for debit card transactions.PricingPolicyResponse.getEbtTransactionFee()Gets the transaction fee for EBT card transactions.PricingPolicyResponse.getEcommerceFlatRate()Gets the flat rate percentage for ecommerce transactions.PricingPolicyResponse.getEcommerceInterchangeMarkup()Gets the interchange markup percentage for ecommerce transactions.PricingPolicyResponse.getEcommerceTransactionFee()Gets the transaction fee for ecommerce transactions.PricingPolicyResponse.getKeyedFlatRate()Gets the flat rate percentage for keyed/manual transactions.PricingPolicyResponse.getKeyedInterchangeMarkup()Gets the interchange markup percentage for keyed/manual transactions.PricingPolicyResponse.getKeyedTransactionFee()Gets the transaction fee for keyed/manual transactions.PricingPolicyResponse.getMonthlyFee()Gets a flat fee charged per month.PricingPolicyResponse.getPremiumFlatRate()Gets the flat rate percentage for premium (high rewards) card transactions.PricingPolicyResponse.getPremiumInterchangeMarkup()Gets the interchange markup percentage for premium (high rewards) card transactions.PricingPolicyResponse.getPremiumTransactionFee()Gets the transaction fee for premium (high rewards) card transactions.PricingPolicyResponse.getStandardFlatRate()Gets the flat rate percentage for standard card present transactions.PricingPolicyResponse.getStandardInterchangeMarkup()Gets the interchange markup percentage for standard card present transactions.PricingPolicyResponse.getStandardTransactionFee()Gets the transaction fee for standard card present transactions.PricingPolicyResponse.getVoiceAuthFee()Gets the voice authorization fee.Methods in com.blockchyp.client.dto with parameters of type PricePointModifier and TypeMethodDescriptionvoidPricingPolicyResponse.setAccountSetupFee(PricePoint value) Sets the one time account setup fee.voidPricingPolicyResponse.setAnnualFee(PricePoint value) Sets a flat fee charged per year.voidPricingPolicyResponse.setAvsFee(PricePoint value) Sets the fee per address verification operation.voidPricingPolicyResponse.setBatchFee(PricePoint value) Sets the fee per batch.voidPricingPolicyResponse.setChargebackFee(PricePoint value) Sets the fee per dispute or chargeback.voidPricingPolicyResponse.setDebitFlatRate(PricePoint value) Sets the flat rate percentage for debit card transactions.voidPricingPolicyResponse.setDebitInterchangeMarkup(PricePoint value) Sets the interchange markup percentage for debit card transactions.voidPricingPolicyResponse.setDebitTransactionFee(PricePoint value) Sets the transaction fee for debit card transactions.voidPricingPolicyResponse.setEbtTransactionFee(PricePoint value) Sets the transaction fee for EBT card transactions.voidPricingPolicyResponse.setEcommerceFlatRate(PricePoint value) Sets the flat rate percentage for ecommerce transactions.voidPricingPolicyResponse.setEcommerceInterchangeMarkup(PricePoint value) Sets the interchange markup percentage for ecommerce transactions.voidPricingPolicyResponse.setEcommerceTransactionFee(PricePoint value) Sets the transaction fee for ecommerce transactions.voidPricingPolicyResponse.setKeyedFlatRate(PricePoint value) Sets the flat rate percentage for keyed/manual transactions.voidPricingPolicyResponse.setKeyedInterchangeMarkup(PricePoint value) Sets the interchange markup percentage for keyed/manual transactions.voidPricingPolicyResponse.setKeyedTransactionFee(PricePoint value) Sets the transaction fee for keyed/manual transactions.voidPricingPolicyResponse.setMonthlyFee(PricePoint value) Sets a flat fee charged per month.voidPricingPolicyResponse.setPremiumFlatRate(PricePoint value) Sets the flat rate percentage for premium (high rewards) card transactions.voidPricingPolicyResponse.setPremiumInterchangeMarkup(PricePoint value) Sets the interchange markup percentage for premium (high rewards) card transactions.voidPricingPolicyResponse.setPremiumTransactionFee(PricePoint value) Sets the transaction fee for premium (high rewards) card transactions.voidPricingPolicyResponse.setStandardFlatRate(PricePoint value) Sets the flat rate percentage for standard card present transactions.voidPricingPolicyResponse.setStandardInterchangeMarkup(PricePoint value) Sets the interchange markup percentage for standard card present transactions.voidPricingPolicyResponse.setStandardTransactionFee(PricePoint value) Sets the transaction fee for standard card present transactions.voidPricingPolicyResponse.setVoiceAuthFee(PricePoint value) Sets the voice authorization fee.