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 stringPulseInfoPaymentMethod. getPulse()pulsePulseInfoPaymentMethodSetupInfo. getPulse()pulsePulseInfoUpdatePaymentMethodInfo. getPulse()pulsePulseInfoPulseInfo. 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 PaymentMethodPaymentMethod. pulse(PulseInfo pulse)pulsePaymentMethodSetupInfoPaymentMethodSetupInfo. pulse(PulseInfo pulse)pulseUpdatePaymentMethodInfoUpdatePaymentMethodInfo. pulse(PulseInfo pulse)pulsevoidPaymentMethod. setPulse(PulseInfo pulse)pulsevoidPaymentMethodSetupInfo. setPulse(PulseInfo pulse)pulsevoidUpdatePaymentMethodInfo. setPulse(PulseInfo pulse)pulse
-