Uses of Class
com.onlinepayments.domain.CardSource
Packages that use CardSource
-
Uses of CardSource in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CardSourceModifier and TypeMethodDescriptionCalculateSurchargeRequest.getCardSource()Contains elements from which card number can be obtained.CardSource.withCard(SurchargeCalculationCard value) An object containing card number and payment product id, which is used to determine surcharge product typeCardSource.withEncryptedCustomerInput(String value) Data that was encrypted client side containing all customer entered data elements like card data.CardSource.withHostedTokenizationId(String value) An Id of a hosted tokenization sessionAn identifier that represents card details that have been previously storedMethods in com.onlinepayments.domain with parameters of type CardSourceModifier and TypeMethodDescriptionvoidCalculateSurchargeRequest.setCardSource(CardSource value) Contains elements from which card number can be obtained.CalculateSurchargeRequest.withCardSource(CardSource value) Contains elements from which card number can be obtained.