All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.checkout.workflows.actions.response.WorkflowActionResponse Maven / Gradle / Ivy

There is a newer version: 6.4.2
Show newest version
package com.checkout.workflows.actions.response;

import com.checkout.workflows.actions.WorkflowActionType;
import lombok.Data;

@Data
public abstract class WorkflowActionResponse {

    private WorkflowActionType type;

    private String id;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy