Uses of Class
com.onlinepayments.domain.SurchargeCalculationCard
Packages that use SurchargeCalculationCard
-
Uses of SurchargeCalculationCard in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return SurchargeCalculationCardModifier and TypeMethodDescriptionCardSource.getCard()An object containing card number and payment product id, which is used to determine surcharge product typeSurchargeCalculationCard.withCardNumber(String value) The complete credit/debit card number (also know as the PAN) The card number is always obfuscated in any of our responsesSurchargeCalculationCard.withPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.Methods in com.onlinepayments.domain with parameters of type SurchargeCalculationCardModifier and TypeMethodDescriptionvoidCardSource.setCard(SurchargeCalculationCard value) An object containing card number and payment product id, which is used to determine surcharge product typeCardSource.withCard(SurchargeCalculationCard value) An object containing card number and payment product id, which is used to determine surcharge product type