Uses of Class
com.adyen.model.management.PulseResponseInfo
-
Packages that use PulseResponseInfo Package Description com.adyen.model.management -
-
Uses of PulseResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return PulseResponseInfo Modifier and Type Method Description static PulseResponseInfoPulseResponseInfo. fromJson(String jsonString)Create an instance of PulseResponseInfo given an JSON stringPulseResponseInfoPaymentMethod. getPulse()Get pulsePulseResponseInfoPulseResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PulseResponseInfoPulseResponseInfo. processingType(PulseResponseInfo.ProcessingTypeEnum processingType)The type of transactions processed over this payment method.PulseResponseInfoPulseResponseInfo. transactionDescription(TransactionDescriptionResponseInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type PulseResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. pulse(PulseResponseInfo pulse)pulsevoidPaymentMethod. setPulse(PulseResponseInfo pulse)pulse
-