declare enum PaymentAppVoidTargetState {
    SUCCESSFUL = "SUCCESSFUL",
    FAILED = "FAILED"
}
export { PaymentAppVoidTargetState };
