Uses of Class
de.adorsys.xs2a.adapter.api.model.TppMessageGeneric
-
-
Uses of TppMessageGeneric in de.adorsys.xs2a.adapter.api.model
Methods in de.adorsys.xs2a.adapter.api.model that return types with arguments of type TppMessageGeneric Modifier and Type Method Description List<TppMessageGeneric>BulkPaymentInitiationWithStatusResponse. getTppMessage()List<TppMessageGeneric>PaymentInitiationWithStatusResponse. getTppMessage()List<TppMessageGeneric>PeriodicPaymentInitiationWithStatusResponse. getTppMessage()List<TppMessageGeneric>ScaStatusResponse. getTppMessage()List<TppMessageGeneric>StartScaprocessResponse. getTppMessage()List<TppMessageGeneric>ConsentsResponse201. getTppMessages()Method parameters in de.adorsys.xs2a.adapter.api.model with type arguments of type TppMessageGeneric Modifier and Type Method Description voidBulkPaymentInitiationWithStatusResponse. setTppMessage(List<TppMessageGeneric> tppMessage)voidPaymentInitiationWithStatusResponse. setTppMessage(List<TppMessageGeneric> tppMessage)voidPeriodicPaymentInitiationWithStatusResponse. setTppMessage(List<TppMessageGeneric> tppMessage)voidScaStatusResponse. setTppMessage(List<TppMessageGeneric> tppMessage)voidStartScaprocessResponse. setTppMessage(List<TppMessageGeneric> tppMessage)voidConsentsResponse201. setTppMessages(List<TppMessageGeneric> tppMessages)
-