Uses of Class
com.adyen.model.nexo.RepeatedMessageResponse
-
Packages that use RepeatedMessageResponse Package Description com.adyen.model.nexo -
-
Uses of RepeatedMessageResponse in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as RepeatedMessageResponse Modifier and Type Field Description protected RepeatedMessageResponseTransactionStatusResponse. repeatedMessageResponseThe Repeated message response.Methods in com.adyen.model.nexo that return RepeatedMessageResponse Modifier and Type Method Description RepeatedMessageResponseObjectFactory. createRepeatedMessageResponse()Create an instance ofRepeatedMessageResponseRepeatedMessageResponseTransactionStatusResponse. getRepeatedMessageResponse()Gets the value of the repeatedMessageResponse property.Methods in com.adyen.model.nexo with parameters of type RepeatedMessageResponse Modifier and Type Method Description voidTransactionStatusResponse. setRepeatedMessageResponse(RepeatedMessageResponse value)Sets the value of the repeatedMessageResponse property.
-