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