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