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